NextPrevUpTopContentsIndex

18.9.2 Debugger commands

These commands are useful when in the debugger in the Listener:

Debugger Backtrace

Editor Command

Emacs Key Sequence: Alt+Shift+B

Gets a backtrace when in the debugger.

Debugger Abort

Editor Command

Emacs Key Sequence: Alt+Shift+A

Aborts in the debugger.

Debugger Continue

Editor Command

Emacs Key Sequence: Alt+Shift+C

Continues in the debugger.

Debugger Previous

Editor Command

Emacs Key Sequence: Alt+Shift+P

Displays the previous frame in the debugger.

Debugger Next

Editor Command

Emacs Key Sequence: Alt+Shift+N

Displays the next frame in the debugger.

Debugger Edit

Editor Command

Emacs Key Sequence: Alt+Shift+E

Edits the current frame in the debugger.

Debugger Print

Editor Command

Emacs Key Sequence: Alt+Shift+V

Prints the variables of the current frame in the debugger.


Common LispWorks User Guide (Windows version) - 11 Apr 2005

NextPrevUpTopContentsIndex