| MATLAB Function Reference | Search  Help Desk |
| dbclear | See Also |
dbclear dbclear atlinenoinfunctiondbclear all infunctiondbclear all dbclear inmfilename
dbclear if
|
where |
![]()
|
error
|
at, in, and if keywords, familiar to users of the UNIX debugger dbx, are optional.
dbclear,
by itself, clears the breakpoint(s) set by a corresponding dbstop command.
dbclear at lineno in function
clears the breakpoint set at the specified line in the specified M-file. function must be the name of an M-file function or a MATLABPATH relative partial pathname.
dbclear all in function
clears all breakpoints in the specified M-file.
dbclear all
clears all breakpoints in all M-file functions, except for errors and warning breakpoints.
dbclear in function
clears the breakpoint set at the first executable line in the specified M-file.
dbclear if keyword
clears the indicated statement or breakpoint:dbcont Resume execution
dbdown Change local workspace context (down)
dbquit Quit debug mode
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)
See also partialpath.