ToolWindowGuids80.Watch Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window displays user-selected expressions while debugging.
public: System::String ^ Watch;
std::wstring Watch;
public const string Watch;
val mutable Watch : string
Public Const Watch As String
Field Value
Remarks
The GUID
for this tool window is:
#define guidWatch { 0x90243340, 0xBD7A, 0x11D0, { 0x93, 0xEF, 0x00, 0xA0, 0xC9, 0x0F, 0x27, 0x34 } }
This tool window is typically available while debugging by selecting one of the watch windows from the Watch submenu of the Windows submenu of the Debug menu. Note that there are four possible watch windows but all share the same tool window.