ToolWindowGuids80::Memory Field
Visual Studio 2015
This tool window displays the values in a region of memory 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 guidMemory { 0x350F9856, 0xA72B, 0x11D2, { 0x8A, 0xD0, 0x00, 0xC0, 0x4F, 0x79, 0xE4, 0x79 } }
This tool window is typically available while debugging by selecting one of the memory windows in the Memory submenu in the Windows submenu of the Debug menu. Note that there are four possible memory displays but all share the same tool window.
Show: