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

Change local workspace context

Syntax

Description

This command allows you to examine the calling M-file by using any other MATLAB command. In this way, you determine what led to the arguments being passed to the called function.

dbup changes the current workspace context (at a breakpoint) to the workspace of the calling M-file.

Multiple dbup commands change the workspace context to each previous calling M-file on the stack until the base workspace context is reached. (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

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

dbtype      List M-file with line numbers



[ Previous | Help Desk | Next ]