To leave the debug mode, use either dbcont
or return
.
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
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.