Reputation: 4079
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?
Upvotes: 22
Views: 3967
Reputation: 1671
The problem still exists in Firefox 88.0 (64bit): a source line breakpoint is sometimes hit after it has been cleared. I found that the breakpoint can be cleared by simply restarting Firefox.
Upvotes: 1
Reputation: 97
This problem still exists in the debugger in Firefox 75.0. The only way I found around it, apart from reinstalling Firefox, was to delete the pref.js file. In my Windows 7 it is found under C:\Users\[user]\AppData\Roaming\Mozilla\Firefox\Profiles\[profile]\
Upvotes: 0
Reputation: 877
I had the same problem firebug stopped in every exception. I am not sure from what version this exists but I have Firefox v59. In debugger tab disable "Ignore exceptions. Click to pause on uncaught exceptions". The right icon above "Watch expressions"
Upvotes: 1
Reputation: 4079
I have found the solution to my problem. I just reset all options in Firebug.
To do this:
That cleared it up.
Cheers
Upvotes: 20