Debugger Environment Block

From RAD Studio
Jump to: navigation, search

Go Up to Debugger


Project > Options > Debugger > Environment Block
Run > Parameters > Debugger > Environment Block

Use this page to indicate the environment variables that are passed to your application while you are debugging it.

Attention: This feature is only supported for Win32 applications.
Options Description

Target, Apply, Save

See Target Options.

Common items

See Common Items on Project Options Pages.


Item Description

System variables

Lists all environment variables and their values defined at a system level. You cannot delete an existing system variable, but you can override it.

Add System Override

Displays the Override System Variable dialog box, allowing you to modify an existing system variable to create a new user override. This button is disabled until you select a variable in the System variables list.

User overrides

Lists all defined user overrides and their values. A user override takes precedence over an existing system variable until you delete the user override.

New

Displays the New User Variable dialog box allowing you to create a new user override to a system variable. Enter the system variable name and the new value you want to assign.

Edit

Displays the Edit User Variable dialog box allowing you to change the user override currently selected in the User overrides list.

Delete

Deletes the user override currently selected in the User overrides list.

Include System Variables

Passes the system environment variables to the application you are debugging. If unchecked, only the user overrides are passed to your application.

See Also