next up previous contents
Next: 3.8 Information Commands Up: 3 The Debugger Previous: 3.6 Compiler Policy Control

3.7 Exiting Commands

These commands get you out of the debugger.

quit
Throw to top level.

restart tex2html_wrap_inline17166ntex2html_wrap_inline17168
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.



Raymond Toy
Mon Jul 14 09:11:27 EDT 1997