Next: Breakpoints, Previous: Entering Debug Mode, Up: Debugging [Contents][Index]
Use either dbcont
or return
to leave the debug mode and
continue the normal execution of the script.
Leave command-line debugging mode and continue code execution normally.
To quit debug mode and return directly to the prompt without executing
any additional code use dbquit
.
Quit debugging mode immediately without further code execution. With no
arguments, exit the current debugging level. With argument all
,
exit all debugging levels and return to the Octave prompt.
Finally, typing exit
or quit
at the debug prompt will
result in Octave terminating normally.