Why does Visual Studio keep moving back to a breakpoint while I am inspecting?

Viewed 39

Set a breakpoint anywhere in the code and from there go look around. For example, move back in the callstack or F12 into some class or member. Within a few seconds Visual Studio moves back to the screen with the breakpoint.

It basically breaks the debugger unless what you need is in the same spot as the breakpoint.

0 Answers
Related