ToolWindowGuids80.CallStack Field

Definition

This tool window displays the current call stack while debugging.

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

Field Value

Remarks

The GUID for this tool window is:

#define guidCallStack { 0x0504FF91, 0x9D61, 0x11D0, { 0xA7, 0x94, 0x00, 0xA0, 0xC9, 0x11, 0x00, 0x51 } }  

This tool window is typically available during debugging by selecting the Call Stack command from the Debug submenu of the Debug menu.

Applies to