 
  
  
  
  
  
10.1.3  Toolbar 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 select the previous stack frame in the backtrace area.
- 
Click 
Next Frame
 to select the next stack frame in the backtrace area.
- 
Click 
Backtrace
 to print the backtrace in the Listener.
- 
Click 
Print Bindings
 to print the variable bindings of the current frame in the Listener.
- 
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 (MacOS version) - 10 Jun 2003
 
  
  
  
  
 