This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Editing a Value In the Watch Window
To evaluate a variable, register, or expression
- The debugger must be in a break state.)
- If you typed the name of an array or object variable in the Expression box, a tree control appears next to the name in the Current value box. Click on the plus (+) or minus (–) in the Name column to expand or collapse the variable to find the element whose value you want to edit.
- Double-click the Value column, in the row corresponding to the variable or expression whose value you want to change.
- Use the mouse and keyboard to edit the value.
- Press ENTER.
You cannot edit the value of const variables. You can edit and display register values for native-code applications only.
See Also
Using the Watch Window