How to show Call Stack, Immediates, and other hidden windows in Visual Studio
I closed the call stack and other default windows in VS2开发者_运维知识库008. 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.
Try the Debug menu, then Windows.
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.
(File Menu)Debug > Windows
Just use shortcut of:
Immeddiate: Ctrl + D, I
Breakpoints: Ctrl + D, B
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
精彩评论