Firebug is stopping even where no breakpoint is set

帅比萌擦擦* 提交于 2019-12-06 16:52:33

问题


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?


回答1:


I have found the solution to my problem. I just reset all options in Firebug.

To do this:

  1. click on the bug
  2. click the Options menu item (which slides a new menu to the right)
  3. click the item "Reset All Firebug Options"

That cleared it up.

Cheers




回答2:


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"



来源:https://stackoverflow.com/questions/7975205/firebug-is-stopping-even-where-no-breakpoint-is-set

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