[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