forked from rebol/rebol
-
Notifications
You must be signed in to change notification settings - Fork 2
Trace
angerangel edited this page Mar 20, 2013
·
1 revision
TRACE mode /back /function
Enables and disables evaluation tracing and backtrace.
TRACE is a native value.
- mode (integer! logic!)
- /back -- Set mode ON to enable or integer for lines to display
- /function -- Traces functions only (less output)
#SOURCE
trace: make native! [ [
{Enables and disables evaluation tracing and backtrace.}
mode [integer! logic!]
/back {Set mode ON to enable or integer for lines to display}
/function "Traces functions only (less output)"
] ]