calls
Arguments
[maxdepth] [par | nopar] [pos | nopos] [local | nolocal]
%name
Name for the window
maxdepth
The maximum visible depth of the call stack. If this is not specified, the previously defined value is used. The default value is 20, and the maximum value is 500.
par | nopar
Show parameters passed to functions.
pos | nopos
Show source positions of functions.
local | nolocal
Show local variables used in functions.
Button equivalent

Lists the stack trace where maxdepth specifies the maximum depth of the stack you want to display. maxdepth has a default value of 20 and a maximum value of 500. Other options let you to choose whether or not to display the corresponding procedure's parameters (par), source position (pos), or local variables (local). The default choices are display parameter, display source position, and do not display local variables (par pos nolocal).

In GUI-mode, this information can be displayed in its own window with the callsview command. See callsview.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.