visual-studio 如何在 Visual Studio 中显示调用堆栈、立即数和其他隐藏窗口

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1607065/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-22 11:07:59  来源:igfitidea点击:

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

visual-studio

提问by Bobby Ortiz

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.

我在 VS2008 中关闭了调用堆栈和其他默认窗口。我如何让他们回来?我希望在 View 菜单下找到一个命令,或者至少在 View\Other Windows 菜单下找到一个命令。没有什么。谢谢。

回答by Sebastiaan M

Try the Debug menu, then Windows.

尝试调试菜单,然后 Windows。

回答by C-Pound Guru

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.

某些窗口可能仅在您处于调试模式时可用。尝试运行您的项目,然后点击 Debug->Windows 菜单。您应该看到调用堆栈、立即等。

回答by Burt

(File Menu)Debug > Windows

(文件菜单)调试 > Windows

回答by Shahar Shokrani

Just use shortcut of:

只需使用以下快捷方式:

Immeddiate: Ctrl + D, I

立即:Ctrl + D,我

Breakpoints: Ctrl + D, B

断点:Ctrl + D、B

enter image description here

在此处输入图片说明