next up previous contents index
Next: Information Commands Up: The Debugger Previous: Compiler Policy Control   Contents   Index

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.



Peter Van Eynde 2000-02-08