41

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.

Bobby Ortiz
  • 3,077
  • 7
  • 35
  • 45

5 Answers5

49

Try the Debug menu, then Windows.

Sebastiaan M
  • 5,775
  • 2
  • 27
  • 28
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.

C-Pound Guru
  • 15,967
  • 6
  • 46
  • 67
6

(File Menu)Debug > Windows

Burt
  • 7,680
  • 18
  • 71
  • 127
1

Just use shortcut of:

Immeddiate: Ctrl + D, I

Breakpoints: Ctrl + D, B

enter image description here

AEM
  • 1,354
  • 8
  • 20
  • 30
Shahar Shokrani
  • 7,598
  • 9
  • 48
  • 91
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