9.3 Tracing from tool menus
Selecting Trace causes the current expression or definition to be traced when next called. The trace performed is a normal one, and is equivalent to typing (trace function-name)
in the Listener.
The Trace with Break option invokes the debugger upon entry to the current expression or definition. This is equivalent to using the :break
option in the Listener.
The Untrace option turns tracing off for the current expression or definition, equivalent to typing (untrace function-name)
in the Listener.
Generated with Harlequin WebMaker