NextPrevUpTopContentsIndex

3.4 TTY debugger commands

This section describes commands specific to the debugger. In addition to these commands the top-level loop interpreter can be used as normal. Upon entry to the debugger the implicit current stack frame is set to the top of the execution stack. The commands allow you to move around the stack, to examine the current frame, and to leave the debugger. The commands are all keywords, and as such case-insensitive, but are shown here in lower case for clarity.

3.4.1 Backtracing

3.4.2 Moving around the stack

3.4.3 Miscellaneous commands

3.4.4 Leaving the debugger

3.4.5 Example TTY session


LispWorks User Guide - 21 Jul 2006

NextPrevUpTopContentsIndex