Skip to content
angerangel edited this page Mar 20, 2013 · 1 revision

USAGE

   TRACE mode /back /function

DESCRIPTION

Enables and disables evaluation tracing and backtrace.

TRACE is a native value.

ARGUMENTS

  • mode (integer! logic!)

REFINEMENTS

  • /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)"
] ]
Clone this wiki locally