How do I clear all Firebug JS breakpoints?

[亡魂溺海] 提交于 2019-11-28 22:23:16
  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.

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

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:

Using Right side tab

try this if it still breaks

  • Insert about:support in Firefox url bar
  • find folder 'firebug'
  • delete file breakpoints.json
  • restart Firefox

*restart what ever editor you are using in conjunction e.g Visual Studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!