Change Value dialog box

The Change Value dialog box changes the value of a data variable in the debugger. The variable can be of any primitive or string type.

To open the Change Value dialog box,

  1. Right-click a variable in a debugger view.
  2. Choose Change Value.

Enter A New Value

The value to set the selected variable to. The new value must match the type of the existing value. If the type doesn't match, the value won't be changed.

See also