views:

14

answers:

1

When my c# application breaks the Debug + Window menu does not show an entry for Memory window. The menu has items for Breakpoints,threads,locals, watch and callstack. How can I enable memory window. I use VS2005 and VS2008. Both has the problem

+1  A: 

This is a view that can be accessed from the Debug option in the Menu bar. It is under views, I believe. The keystroke is Ctrl-Alt-M 1. You can see more keystokes here.

linuxuser27