Syntax: trace procedure
trace
procedure
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.
Syntax: untrace procedure
untrace
Turn off tracing (debugging output) of procedure.