ToolWindowGuids80.ImmediateWindow 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 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..