Reputation: 5203
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
Upvotes: 3
Views: 1035
Reputation: 7353
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 (key chord, release first 3 keys before pressing 1). You can see more keystokes here.
Upvotes: 3
Reputation: 5291
The memory window is not available in Visual Studio 2005/2008 Express Edition. You need a Standard or Professional license.
The Visual Studio 2015 page makes no mention of any limitations related to which edition you're running, so I suspect VS 2015 Community Edition has this window.
Upvotes: 0