【问题标题】:Disable Visual Studio green arrow button moving instruction pointer [duplicate]禁用Visual Studio绿色箭头按钮移动指令指针[重复]
【发布时间】:2020-08-04 03:33:57
【问题描述】:

最近 Visual Studio 在调试时显示一个绿色箭头,当鼠标悬停时。

如果你点击它,我认为它会将指令指针移动到该行。

有没有办法禁用此功能?

【问题讨论】:

  • 您是指Run execution to here 按钮吗?
  • 是的,我想就是这样。
  • 我大部分时间都学会了避免点击它,但起初它非常烦人和破坏我的调试过程。

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


【解决方案1】:

Run execution to here 可以通过以下方式禁用:

工具-> 选项-> 调试-> 常规

然后取消勾选Show Run to click button while debugging

这是在 VS Community 2019 中,其他版本可能会略有不同。

【讨论】:

  • 当使用 Unity 这个 Green Play 从这里 Arrow 导致客户端崩溃并出现硬错误。感谢您帮助消除这种烦恼
猜你喜欢
  • 2012-05-23
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-10-21
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-03-26
相关资源
最近更新 更多