ToolWindowGuids80.ImmediateWindow Field

Definition

This tool window provides a way to enter debugging commands for expression evaluation while debugging.

public: System::String ^ ImmediateWindow;
std::wstring ImmediateWindow;
public const string ImmediateWindow;
val mutable ImmediateWindow : string
Public Const ImmediateWindow As String 

Field Value

Remarks

The GUID for this tool window is:

#define guidImmediateWindow { 0xecb7191a, 0x597b, 0x41f5, { 0x98, 0x43, 0x03, 0xa4, 0xcf, 0x27, 0x5d, 0xde } }  

This tool window is typically available by selecting Immediate from the Windows submenu of the Debug menu..

Applies to