Node:Debugging, Next:Threads, Previous:Eval and Environments, Up:Extensions
trace procedure | Syntax |
Cause procedure to be "traced", that is debugging output will be written to the standard error port every time procedure is called, with the parameters and return value. |
untrace procedure | Syntax |
Turn off tracing (debugging output) of procedure. |