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