Where'd my stack trace go?
It sounds silly, but I seem to have been defeated by the VC++ GUI.
When debugging, I no longer get the window that has the call stack in it, and can't seem to figure out how to get it back. I must have hidden it or something. I also can't find any way to reset defaults except by reinstalling (which is what I ended up doing last time this happened.
I know it's probably a simple fix but I can't seem to find it, either by looking through the GUI or doing internet search.
Re: Where'd my stack trace go?
In VS 2008 while debugging go:
Debug -> Windows -> Call Stack :)
Or press Alt + 7 while debugging
Regards
Re: Where'd my stack trace go?
Doh!
For some reason, it does not show up in that list. Maybe it is hidden? Is there a way to unhide?
Ok, the other one worked. I guess it won't show up if not debugging.
Thanks!