Use either dbcont
or return
to leave the debug mode and
continue the normal execution of the script.
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 and return to the Octave prompt.
Finally, typing exit
or quit
at the debug prompt will
result in Octave terminating normally.