Change Data Value dialog box
The Change Data Value dialog box enables you to change the value of a variable in the Data pane of the debugger.
To open the Change Data Value dialog box,
- Choose Run|Debug to start the Debugger.
- Right-click a variable in the Data pane.
- Choose Modify Value from the context menu.
You can also edit scalars in place by right-clicking a variable and choosing Modify Value. A combo box appears, where you type in a value or choose a previous value.
Dialog box options
Current Value
The current value of the variable that is selected in the debugger.
New Value
The value to set the selected variable to.