next up previous contents
Next: Defining macros and Up: CHAPTER.4: PROCEDURES IN Previous: Other syntactic constructs

Tracing procedures

To trace some procedures, type TRACE, followed by the names of the procedures. example:

    trace square doublesum;
will cause the two procedures to be traced whenever they are executed. UNTRACE is used to undo tracing, e.g.

    untrace square doublesum;
For more on this see TEACH TRACE. HELP TRACE gives a summary and explains the tracing mechanisms in more detail.



Aaron Sloman
Fri Jan 2 03:17:44 GMT 1998