(octave.info)Leaving Debug Mode


Next: Breakpoints Prev: Entering Debug Mode Up: Debugging
Enter node , (file) or (file)node

13.2 Leaving Debug Mode
=======================

Use either ‘dbcont’ or ‘return’ to leave the debug mode and continue the
normal execution of the script.

 -- : dbcont
     Leave command-line debugging mode and continue code execution
     normally.

     See also: Note: dbstep, Note: dbquit.

   To quit debug mode and return directly to the prompt without
executing any additional code use ‘dbquit’.

 -- : dbquit
     Quit debugging mode immediately without further code execution and
     return to the Octave prompt.

     See also: Note: dbcont, Note: dbstep.

   Finally, typing ‘exit’ or ‘quit’ at the debug prompt will result in
Octave terminating normally.


automatically generated by info2www version 1.2.2.9