I'm using Firebug to debug javascript. It keeps breaking at heaps of places even though there are no breakpoints set. So, I find myself playing through about 30 places in the jQuery library where the debugger is stopping.
I've probably accidentally set some setting to a value to make it do this. It is not the yellow pause button.
Does anyone recognise this symptom. How can I go back to productively debugging javascript, so that it only stops at breakpoint set by me?
I have found the solution to my problem. I just reset all options in Firebug.
To do this:
That cleared it up.
Cheers