Why aren#39;t my Microsoft Visual Studio 2017 debugging toolbar commands showing?(为什么我的 Microsoft Visual Studio 2017 调试工具栏命令不显示?)
问题描述
我看不到我的断点或任何调试命令.我已经安装了 Microsoft Visual Studio 2017,我目前正在编辑一个 c++ 源文件,我在调试时遇到了很大的麻烦.有人知道解决办法吗?
I can't see neither my breakpoints or any debugging commands. I have installed Microsoft Visual Studio 2017 and I'm currently editing a c++ source file and i'm having big troubles with debugging. Does anyone know a fix?
推荐答案
重装VS应该是不得已的办法,你可以先试试下面的建议.
Reinstall VS should be the last resort, you can try below suggestions first.
请尝试重新启动VS 2017,如果它不起作用,请尝试重新启动您的机器.
Please try to restart VS 2017 and if it doesn’t work, try to reboot your machine.
请尝试 修复 Visual Studio 就像 Alan 在 Visual Studio Installer 中提到的那样 >找到 Visual Studio 2017 >更多 >修复.
Please try to repair Visual Studio like Alan mentioned, in Visual Studio Installer > find Visual Studio 2017 > More > Repair.
确保您没有使用某些可能导致不兼容的扩展.如果您安装了一些扩展程序,请尝试暂时禁用它们(工具>扩展程序和更新...>找到您之前手动安装的扩展程序>选择它>禁用) 并重新启动 VS 2017.
Make sure that you are not using some extensions which may cause incompatibility. If you installed some extensions, please try to disable them temporary(Tools > Extensions and Updates… > find the extension you installed manually before > select it > Disable) and restart VS 2017.
另外,请尝试删除解决方案文件夹中隐藏的.vs
文件夹,然后再次尝试开始调试.
Also, please try to delete the hidden .vs
folder in your solution folder, and then try to start debugging again.
有时,更新 VS 2017(VS 安装程序 > 查找 VS 2017 > 更新)会起作用.
Sometimes, updating VS 2017(VS Installer > find VS 2017 > Update) will work.
这篇关于为什么我的 Microsoft Visual Studio 2017 调试工具栏命令不显示?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为什么我的 Microsoft Visual Studio 2017 调试工具栏命令不显示?


基础教程推荐
- C++结构和函数声明。为什么它不能编译? 2022-11-07
- 这个宏可以转换成函数吗? 2022-01-01
- 静态库、静态链接动态库和动态链接动态库的 .lib 文件里面是什么? 2021-01-01
- 常量变量在标题中不起作用 2021-01-01
- 在 C++ 中计算滚动/移动平均值 2021-01-01
- 我有静态或动态 boost 库吗? 2021-01-01
- 如何通过C程序打开命令提示符Cmd 2022-12-09
- 如何在 C++ 中初始化静态常量成员? 2022-01-01
- 如何将 std::pair 的排序 std::list 转换为 std::map 2022-01-01
- 如何检查GTK+3.0中的小部件类型? 2022-11-30