| title | Watch Command | ||
|---|---|---|---|
| description | Learn about the Watch command and how it creates and opens a specified instance of a Watch window. | ||
| ms.date | 11/04/2016 | ||
| ms.topic | reference | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| author | Mikejo5000 | ||
| ms.author | mikejo | ||
| manager | mijacobs | ||
| ms.subservice | general-ide |
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