
9.1.3 Buttons
At the top of the debugger tool is a row of buttons, as described below.
- Click Break to break the current execution.
- Click Continue to return from the debugger and invoke the continue restart.
- Click Abort to return from the debugger and invoke the abort restart.
- Click Previous Frame to print the last stack frame.
- Click Next Frame to print the next stack frame.
- Click Backtrace to print the backtrace.
- Click Print Bindings to print out variable bindings in the current frame.
- Click Find Source to find the source code for the current stack frame.
If you hold the mouse cursor stationary over any button for about one second, then help text appears that identifies the button.
Common LispWorks User Guide - 14 Dec 2001
