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
sldb-return-from-frame
Return from the frame with a value entered in the minibuffer. (This
command is not available in all implementations.)
s
sldb-step
Step to the next expression in the frame. (This command is not
available in all implementations.)
B
sldb-break-with-default-debugger
Exit SLDB and debug the condition using the Lisp system's default
debugger.
:
slime-interactive-eval
Evaluate an expression entered in the minibuffer.