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

[REBOL] Re: Trace function

From: jeff:rebol at: 22-Jun-2001 7:36

Trace is very handy for REBOL implementors when facing abnormalities. And there's TRACE/function -- which is handy in certain situations, even as a simple profiler. The trick with TRACE is turning it on ONLY around the smallest expression you want to debug. -jeff