Previous: , Up: Debugger   [Contents][Index]


4.5 Miscellaneous Commands

r
M-x sldb-restart-frame

Restart execution of the frame with the same arguments it was originally called with. (This command is not available in all implementations.)

R
M-x sldb-return-from-frame

Return from the frame with a value entered in the minibuffer. (This command is not available in all implementations.)

B
M-x sldb-break-with-default-debugger

Exit SLDB and debug the condition using the Lisp system’s default debugger.

C
M-x sldb-inspect-condition

Inspect the condition currently being debugged.

:
M-x slime-interactive-eval

Evaluate an expression entered in the minibuffer.

A
M-x sldb-break-with-system-debugger

Attach debugger (e.g. gdb) to the current lisp process.