Visual Studio: How to stop breakpoint hit from stealing focus?

前端 未结 5 1062
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-12 21:55

When a breakpoint is hit in Visual Studio, it steals the focus from whatever other application the programmer is

5条回答
  •  遥遥无期
    2020-12-12 22:36

    This is finally fixed in VS2019. Go to Tools->Options->Debugging->General, down at the bottom is "Bring Visual Studio to the foreground when breaking in the debugger."
    Just de-select it and you will no longer be interrupted while multitasking.

提交回复
热议问题