MATLAB Function Reference
  Go to function:
    Search    Help Desk 
dbdown    See Also

Change local workspace context

Syntax

Description

dbdown changes the current workspace context to the workspace of the called M-file when a breakpoint is encountered. You must have issued the dbup command at least once before you issue this command. dbdown is the opposite of dbup.

Multiple dbdown commands change the workspace context to each successively executed M-file on the stack until the current workspace context is the current breakpoint. It is not necessary, however, to move back to the current breakpoint to continue execution or to step to the next line.

See Also

dbclear, dbcont, dbquit, dbstack, dbstatus, dbstep, dbstop, dbtype, dbup



[ Previous | Help Desk | Next ]