dbup

Purpose

Change local workspace context.

Synopsis

dbup

Description

At a breakpoint, the dbup command changes the current workspace context to the workspace of the calling M-file function. This command allows you to examine the calling M-file function by using any other MATLAB command. In this way, you can determine what led to the arguments being passed to the called function.

Multiple dbup commands change the workspace context to each previous calling M-file function 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, dbcont, dbdown, dbstack, dbstatus, dbstep, dbstop, dbtype

(c) Copyright 1994 by The MathWorks, Inc.