MATLAB Function Reference | Search  Help Desk |
dbquit | See Also |
dbquit
dbquit
immediately terminates the debugger and returns control to the base workspace prompt. The M-file being processed is not completed and no results are returned.
All breakpoints remain in effect.
dbclear
Clear breakpoints
dbcont
Resume execution
dbdown
Change local workspace context (down)
dbstack
Display function call stack
dbstatus
List all breakpoints
dbstep
Execute one or more lines from a breakpoint
dbstop
Set breakpoints in an M-file function
dbtype
List M-file with line numbers
dbup
Change local workspace context (up)