Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Trace function

From: allenk:powerup:au at: 21-Jun-2001 23:22

> > > > Perhaps we could open this thread out....Anyone else got > > little scripts or tricks they use for debugging that they'd > > like to share? > > > > 1) (re)factoring, > 2) objects, > 3) probe >
?? is handy too USAGE: ?? 'name DESCRIPTION: Prints a variable name followed by its molded value. (for debugging) ?? is a function value. ARGUMENTS: name -- (Type: any)