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 调试工具栏命令不显示?
基础教程推荐
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 从 std::cin 读取密码 2021-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 使用从字符串中提取的参数调用函数 2022-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01