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

Hei*_*bug 4 c++ visual-studio visual-studio-debugging

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

如果你点击它,它会将指令指针移动到那一行,我想。

有没有办法禁用这个功能?

ana*_*ciu 6

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

工具->选项->调试->一般

并取消勾选Show Run to click button while debugging

这是在 VS Community 2019 中,在其他版本中可能会发生细微的变化。