This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Watch Window
To open the Watch window, the debugger must be running or in a break state. From the Debug menu, choose Windows and choose Watch.
- Name
- In this column you can type any valid expression recognized by the debugger.
- Value
- The debugger evaluates the expression and places the result in this column. If the expression is a variable or register name, you can edit the value in this column to change the contents of the variable or register. You cannot edit const variables, and you cannot view or edit registers in non-native-code applications.
- Type
- This column displays the data type of the variable or expression.
See Also
Using the Watch Window | Debugging UI Reference