TOC PREV NEXT INDEX DOC LIST MASTER INDEX




More on Debugger Variables

You can create a debugger string or integer variable using the define command on the Command Pane or with the Debug > Command command. The debugger uses the initial value to set the type of the debugger variable. The define command has the following syntax

where name must start with a $ and value must be a string or integer. For example,

These variables can be displayed, changed, or used as though they were normal C/C++ or Ada variables

These variables have no address or type, so that both of the following commands are illegal:

The current list of user-defined debugger variables is displayed with the lv command. To display all debugger variables, including the debugger-defined functions, enter lv all in the Command Pane.

Debugger variables are described in detail in Using the Apex Debugger.


Rational Software Corporation 
http://www.rational.com
support@rational.com
techpubs@rational.com
Copyright © 1993-2001, Rational Software Corporation. All rights reserved.
TOC PREV NEXT INDEX DOC LIST MASTER INDEX TECHNOTES APEX TIPS