Search code examples
javascriptfirebugbreakpoints

How do I clear all Firebug JS breakpoints?


I seem to have a strange Firefox/Firebug issue where Firebug is suspending JS due to invisible/corrupt breakpoints. (Firefox 3.6.17, Firebug 1.7.2) This may or may not be related to jQuery (version unknown).

Since Firebug keeps a persistent list of set breakpoints, is there a way to clear out everything firebug might be remembering? I tried to reinstall Firebug, but that did not seem to help.

I have tried searching for the issue but of course a search for "firebug breakpoints" returns thousands of tutorials on how to use firebug breakpoints.


Solution

    1. Under the Firefox profile folder, find the firebug folder.

    2. Make sure that Firefox is closed.

    3. Edit or delete breakpoints.json as desired.