Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.27 KB

File metadata and controls

48 lines (37 loc) · 1.27 KB
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
debug.watch
helpviewer_keywords
Watch command
Debug.Watch command
author Mikejo5000
ms.author mikejo
manager mijacobs
ms.subservice 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