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.