3 Debugging Lisp Programs

3.3 Using Debugger commands

When you enter the Debugger, it automatically displays the available options to proceed with an evaluation. You select an option by typing its associated command or option number at the Debugger prompt. In addition, you can use any available Debugger command, even if it is not shown in the options list, by entering the command at the Debugger prompt. You can type Debugger commands in either uppercase or lowercase letters.

The following sections show how to display the list of available Debugger commands and give examples of how to use the Debugger to examine and modify Lisp programs.

3.3.1 - Displaying Debugger commands
3.3.2 - Using restart options
3.3.3 - Examining and moving through the stack
3.3.4 - Examining dynamic context markers
3.3.5 - Examining and modifying local variables
3.3.6 - Returning values from the current frame
3.3.7 - Control transfer
3.3.8 - Miscellaneous commands

The User's Guide - 9 SEP 1996

Generated with Harlequin WebMaker