Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.27 KB

watch-command.md

File metadata and controls

48 lines (37 loc) · 1.27 KB
title description ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice
Watch Command
Learn about the Watch command and how it creates and opens a specified instance of a Watch window.
11/04/2016
reference
debug.watch
Watch command
Debug.Watch command
Mikejo5000
mikejo
mijacobs
general-ide

Watch Command

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.

Syntax

Debug.Watch[index]

Arguments

index
Required. The instance number of the watch window.

Remarks

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

Example

>Debug.Watch1

See also