When I still had VS2005 there were a Memory and a Register panel available while debugging C/C++ projects. I think they could be activated from the Debug menu, I'm not sure anymore.
The problem is that in VS2008 (Pro) I can't find them nowhere. I thought that it may be some corruption of the program files, but after installing Win7 and all the programs from scratch, they still don't appear :(
Thanks in advance.
views:
86answers:
3
+1
A:
They ought to be available under Debug / Windows, while you're debugging.
RichieHindle
2009-09-13 11:15:49
+3
A:
They appear on the Debug menu when you are debugging: Debug->Windows->Register
Register = Ctrl+Alt+G
Memory = Ctrl+Alt+M, 1,2,3,4
Mitch Wheat
2009-09-13 11:16:35
They don't appear :( It's so strange.
lgratian
2009-09-13 11:18:04
When I press for example Ctrl+Alt+M, 1 it says "The key combination (...) is bound to a command which is not currently available). I run the Pro version, not Express, so it should be there.
lgratian
2009-09-13 11:20:16
+4
A:
I've seen something similar, where if you've installed SQL Server first, then you get the "Business Intelligence" configuration of Visual Studio, which is missing a bunch of stuff.
Go to Tools / Import and Export Settings... / Reset all settings.
Roger Lipscombe
2009-09-13 11:18:28
I reset the settings and choose the C++ ones and now they appear. It was probably because I had the C# settings.
lgratian
2009-09-13 11:24:30