Next: Breakpoints, Previous: Entering Debug Mode, Up: Debugging
To leave the debug mode, use either dbcont
or return
.
To quit debug mode and return directly to the prompt dbquit
should be used instead
Finally, typing exit
or quit
at the debug prompt will
result in Octave terminating normally.