Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.47 KB

File metadata and controls

47 lines (35 loc) · 1.47 KB
title Quick Watch Command
description Learn about the Quick Watch command and how it displays the selected or specified text in the Expression field of the QuickWatch window.
ms.date 11/04/2016
ms.topic reference
f1_keywords
debug.quickwatch
helpviewer_keywords
Quick Watch command
Debug.Quickwatch command
author Mikejo5000
ms.author mikejo
ms.subservice general-ide

Quick Watch Command

Displays the selected or specified text in the Expression field of the QuickWatch window. You can use this dialog box to calculate the current value of a variable or expression recognized by the debugger, or the contents of a register. In addition, you can change the value of any non-const variable or the contents of any register.

Syntax

Debug.QuickWatchq [text]

Arguments

text
Optional. The text to add to the QuickWatch dialog box.

Remarks

If text is omitted, the currently selected text or word at the cursor is added to the Watch window.

Example

>Debug.QuickWatch

See also