ToolWindowGuids80::CallStack Field
Visual Studio 2015
This tool window displays the current call stack while debugging.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
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.
Show: