Main Content
dbdown
Reverse dbup
workspace shift
Description
dbdown
changes the current workspace and function context to the
workspace and function context of the called MATLAB® function or script in debug mode. You must issue the dbup
command at least once before
you issue this command. dbdown
is the opposite of dbup
.
Multiple dbdown
commands change the workspace and function context to
each successively executed MATLAB function or script on the stack until the current workspace and
function context is the line at which MATLAB is paused. You do not have to move back to the paused line to continue
execution or to step to the next line.
Examples
Input Arguments
Version History
Introduced before R2006a