ToolWindowGuids80::CallStack Field

 

This tool window displays the current call stack while debugging.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public:
literal String^ CallStack

Field Value

Type: System::String^

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.

Return to top
Show: