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     Clear breakpoints

dbcont      Resume execution

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)



[ Previous | Help Desk | Next ]