How to show Call Stack, Immediates, and other hidden windows in Visual Studio

Viewed 26813

I closed the call stack and other default windows in VS2008. How do I get them back? I expected to find a command under the View menu, or atleast under the View\Other Windows menu. Nothing. Thanks.

5 Answers

Just use shortcut of:

Immeddiate: Ctrl + D, I

Breakpoints: Ctrl + D, B

enter image description here

Ctrl+D,C : This key might help you to show Call Stack in Visual Studio 2019 v15.7 But I don't know why it is not working in v15.9

Related