This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Using the This Window
To display the This window
- From the Debug menu, choose Windows and click this. (The debugger must be running or in a break state.)
Using the This window, you can examine the data members of the object pointed to by the C++ this pointer or the Visual Basic me object.
To modify the value of a variable in the This window
- Your program must be in a break state.
- In the This window, select the value you want to edit by double-clicking on it or by using the TAB key.
- Type the new value, and press ENTER.
Caution Editing floating-point values can result in minor inaccuracies due to decimal-to-binary conversion of fractional components. Even a seemingly innocuous edit can result in changes to some of the least significant bits in the floating-point variable.
See Also
This Window | Viewing and Modifying Data