Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No memory window in 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)?

like image 329
Fredrik Jansson Avatar asked Jun 09 '10 11:06

Fredrik Jansson


People also ask

How do I dump Memory in Visual Studio?

Opening a memory dump in Visual Studio Open the memory dump in Visual Studio by using the File > Open > File menu command and select your memory dump.


2 Answers

During the first run of VS after installation it asks you which "mode" it should run in, depending on your selection it shows or hides various menu items etc. Maybe you selected an option that hid those windows? This is described at this page.

I think you can use the information on this page to change those settings.

You might also be able to just run Devenv /ResetSettings to reset them, but not sure exactly what you'd end up with then...

like image 71
Hans Olsson Avatar answered Sep 22 '22 08:09

Hans Olsson


You can switch to expert mode by checking :

Tools > Settings > Expert Settings

Now you can show up Registers Window and much more other windows

like image 36
Nadjib Dz Avatar answered Sep 23 '22 08:09

Nadjib Dz