Next: Breakpoints, Previous: Entering Debug Mode, Up: Debugging
To leave the debug mode, you should simply type either dbcont or return.
dbcont
return
Finally, typing exit or quit at the debug prompt will result in Octave terminating normally.
exit
quit