42

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 5

50

Try the Debug menu, then Windows.

8

Some windows may only be available when you are in debug mode. Try running your project and then hit the Debug->Windows menu. You should see Call Stack, Immediate, etc.

6

(File Menu)Debug > Windows

1

Just use shortcut of:

Immeddiate: Ctrl + D, I

Breakpoints: Ctrl + D, B

enter image description here

0

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.