views:

239

answers:

3

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.

+1  A: 

(File Menu)Debug > Windows

Burt
+1  A: 

Try the Debug menu, then Windows.

Regards,

Sebastiaan

Sebastiaan Megens
A: 

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