Debugging

Syntax: 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

Turn off tracing (debugging output) of procedure.