[Next] [Previous] [Up] [Top]

3 Using the Cecil Debugger

3.7 Exiting the debugger

There are two major ways to exit from the debugger. Typing quit or really_quit terminates program execution and returns you to the Unix shell prompt. Typing cont, or ctrl-D exits the debugger and attempts to continue running the program. Note that if the debugger was entered due to a message-not-understood error and there is no Cecil error handler installed, then cont has the same effect as quit.


How to Use the Vortex Compiler - 20 JAN 97
[Next] [Previous] [Up] [Top]