dbstep
Execute next executable line from current breakpoint
Description
dbstep executes the next executable line
of the current file during debugging, skipping any breakpoints set
in functions called by the current line.
dbstep in steps to the next executable line. If that line contains a call
to another MATLAB® code file function, then execution steps to the first executable line
of the called function. If no call exists to a MATLAB code file on that line, dbstep in is the same as
dbstep.
dbstep out runs the rest of the current function and pauses just after
leaving the function. MATLAB pauses execution at any breakpoint it encounters.
Examples
Input Arguments
Version History
Introduced before R2006a