Watch Command

 

For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.

For the latest documentation on Visual Studio 2017, see Watch Command on docs.microsoft.com. Creates and opens a specified instance of a Watch window. You can use a Watch window to calculate the values of variables, expressions, and registers, to edit these values, and to save the results.

Debug.Watch[index]  

index
Required. The instance number of the watch window.

The index must be an integer. Valid values are 1, 2, 3, or 4.

>Debug.Watch1  

Autos and Locals Windows
How to: Edit a Value in a Variable Window
How to: Use the QuickWatch Dialog Box
Visual Studio Commands
Command Window
Find/Command Box
Visual Studio Command Aliases

Show: