If the debugging window is open, the debugger starts hitting lines by itself even though there are no set breakpoints.
I have tried using the "Deactivate breakpo
There are a couple of reasons for this:
You've toggled on the Pause On Caught Exceptions button. So, toggle it off.
You've toggled a line (or more) to be paused on exception. So, toggle it off.