cvconfig

Format: cvconfig [%name] key [key [...]]

Configures the call stack track window. See Chapter 19, "Call stack window". The %name option specifies the call stack view window to configure. If the name is omitted, the command configures the call stack view window that was last created or configured. The cvconfig command is mainly useful for scripts and most of the functions it provides are accessible directly from the memory view window.

key can be one of two forms: stand-alone keys that don't have an assignment, and assignment keys with an assignment. Note that the keys and values are case insensitive.

The following are the stand-alone keys:
Stand-alone keys
Key
Meaning
stop
Freezes the call stack window.
refresh
Unfreezes the call stack window.
help
Opens online help for the call stack window.
par
Shows parameters passed to the functions.
nopar
Hides parameters passed to the functions.
pos
Shows source position of functions.
nopos
Hides source position of functions.
edit
Opens an editor on the function currently selected in the window.
local
Opens a data explorer with all of the locals of the function currently selected in the window.
print
Prints the call stack window.
quit
Closes the call stack window.

The following are the assignment keys and their valid values:
Key values
Key
Meaning
name=newname
Renames the window as newname.
mdepth=depth
Sets the maximum depth of the call stack window to depth.
select=num
Selects the stack level num within the call stack window.


Previous

Next



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