callsview

Arguments
[%name] [maxdepth] [par | nopar] [pos | nopos] [win | nowin] [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 (only applicable with nowin).
win | nowin
Where to display the callstack. See description below.
Button equivalent

This command lists all functions on the call stack. In GUI-mode, unless nowin is specified, a window displaying the current stack trace is created (the "call stack window"). At the beginning of the user's debug session, this command defaults to par pos win. However, subsequent calls to this command default to the previous configuration of the call stack window. Thus, if you change a setting for the call stack window via the GUI, it will be remembered the next time you open the call stack window. See Chapter 19, "Call stack window".


Previous

Next



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