CMU Common Lisp Debugger Quick Reference

CMU Lisp Debugger Quick Reference


See the complete CMU Common Lisp User's Manual for details. This quick reference was created by adapting material from that manual, by Philip Resnik.

Quick reference topics:


Seeing where you are

Getting out of the debugger

Looking at variables and their values

Moving up and down the call stack

Changing the maximum length and depth printed out

To set the global maximums to 5 and 10, respectively: To change the values used just within the debugger:

Figuring out what file defines this function

If source file information is available you can use the following (if not available, you'll get an error message when you try).

Tracing function calls

In LISP (not the debugger):