No memory window in Visual Studio 2010
        Posted  
        
            by Fredrik Jansson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Fredrik Jansson
        
        
        
        Published on 2010-06-09T11:02:54Z
        Indexed on 
            2010/06/09
            11:12 UTC
        
        
        Read the original article
        Hit count: 548
        
visual-c++
|visual-studio-2010
I have VS2010 Premium RTM version on Windows 7 Ultimate x64.
In the documentation they refer to the Memory 1-4 windows, supposedly under Debug->Windows->Memory.
I have "Enable address-level debugging" enabled in VS (Options->Debugging).
The problem is that I have no Memory menu item under Debug->Windows during debug of a c++ program.
Under Debug->Windows I have only: Breakpoints Parallel Tasks Parallel Stacks Watch -> Locals Call Stack Threads
Have anyone else experienced this (and hopefully solved it)?
© Stack Overflow or respective owner