Node:Debugging, Next:, Previous:Eval and Environments, Up:Extensions



Debugging

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.