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


3.7 Exiting Commands

These commands get you out of the debugger.

quit

Throw to top level.

restart {n}

Invokes the nth restart case as displayed by the error command. If n is not specified, the available restart cases are reported.

go

Calls continue on the condition given to debug. If there is no restart case named continue, then an error is signaled.

abort

Calls abort on the condition given to debug. This is useful for popping debug command loop levels or aborting to top level, as the case may be.