Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 927
Roger Halliburton Avatar asked Jun 07 '11 00:06

Roger Halliburton


4 Answers

Open the web site where you want to clear the breakpoints, Open Firebug or press F12. from the right panel, you should see Watch, Stack and Breakpoints, Click on breakpoints dropdown and click on enter image description here

like image 136
AjayR Avatar answered Oct 11 '22 08:10

AjayR


  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.

like image 33
Brock Adams Avatar answered Oct 11 '22 06:10

Brock Adams


If you can't find the Library/Mozilla folder on Mac. Its because its hidden. To unhide Open terminal and run this

defaults write com.apple.Finder AppleShowAllFiles YES

You should be able to find it folder now

To unhide run this

defaults write com.apple.finder AppleShowAllFiles FALSE

I recon an easy way: In firebug toolbar click the bug icon and follow reset all firebug options:

enter image description here

like image 2
Aamir Afridi Avatar answered Oct 11 '22 06:10

Aamir Afridi


Using Right side tab

like image 1
Anand Thangappan Avatar answered Oct 11 '22 06:10

Anand Thangappan