Next: , Previous: , Up: Debugging   [Contents][Index]


9.8.2 Getting out of the Debugger

Command: Debug Quit (bound to C-M-H-q)

This command throws to top level out of the debugger in the Current Eval Server.

Command: Debug Go (bound to C-M-H-g)

This command tries the continue restart in the Current Eval Server.

Command: Debug Abort (bound to C-M-H-a)

This command executes the ABORT restart in the Current Eval Server.

Command: Debug Restart (bound to C-M-H-r)

This command executes the restart indicated by the prefix argument in the Current Eval Server. The debugger enumerates the restart cases upon entering it.