| MATLAB Function Reference | Search  Help Desk |
| dbtype | See Also |
dbtypefunctiondbtypefunctionstart:end
dbtype function
displays the contents of the specified M-file function with line numbers preceding each line. function must be the name of an M-file function or a MATLABPATH relative partial pathname.
dbtype function start:end
displays the portion of the file specified by a range of line numbers.
dbclear Clear breakpoints
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
dbup Change local workspace context (up)
See also partialpath.