TOCPREVNEXT

Release Overview
Version 6.0

Debugger Enhancement

Setting Configuration Variables in the Debugger

It is now possible to display and accept configuration variables within the debugger. To display a configuration variable in the debugger, execute the command:

    d %var-name   

where var-name is the name of the variable you want to display. Up to 300 characters of the value are displayed. (This is equivalent to executing the ACCEPT FROM ENVIRONMENT command, and can show the same types of configuration variables.)

To accept a configuration variable, execute the command:

    a %var-name   

where var-name is the name of the variable you want to modify. In this case, the debugger responds with a prompt. Enter the new value of the variable, ACCEPT that variable within the COBOL program, and the runtime will use the new value. (This capability is documented in section 3.1.7.1, "Variables," in Book 1, ACUCOBOL-GT User's Guide.)


Acucorp, Inc.
Voice: (800) 262-6585 (U.S.A. and Canada)
Voice: (858) 689-4500
Fax: (858) 689-4550

Please share your comments on this manual
or on any Acucorp documentation with the
Acucorp Communications Department.
TOCPREVNEXT
© 1988-2003 Acucorp, Inc.
All rights reserved.