c++ - 禁用 Visual Studio 绿色箭头按钮移动指令指针

标签 c++ visual-studio visual-studio-debugging

这个问题在这里已经有了答案:





How to disable "Run execution to here" in Visual Studio 15?

(2 个回答)


8 个月前关闭。




最近,当用鼠标悬停时,Visual Studio 在调试时显示一个绿色箭头。
如果你点击它,它会将指令指针移动到那一行,我想。
有没有办法禁用这个功能?

最佳答案

Run execution to here可以通过以下方式禁用:
工具 ->选项 ->调试->一般的
并取消勾选 Show Run to click button while debugging .
这是在 VS Community 2019 中,在其他版本中可能会发生细微的变化。

关于c++ - 禁用 Visual Studio 绿色箭头按钮移动指令指针,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63228618/

相关文章:

c# - 哪些程序集在 "found conflict between different versions"中发生冲突?

visual-studio - 如何将 Visual Studio 2015 Update 1 升级到 Update 2?

c++ - 从位集中获取某些位的十进制值的快速方法

C++读取字节问题

c++ - 使用模板在编译时计算 float

c - 在 Visual Studio 中构建大量小工具有什么好方法?

c# - 程序 '[12604] iisexpress.exe' 已退出,代码为 0 (0x0)

asp.net-core - ASP.NET核心: Debug -Attach to process is not working

Silverlight项目不会进入 Debug模式

c++ - C++ 中的模板函数?也许不是正确的术语