Rakesh Chouhan
Rakesh Chouhan

Reputation: 1230

Disable the firebug Break on unnecessary exceptions

I am using the firebug 1.9.2. It is having a feature break on error on console tab, whenever I run the application this feature breaks my application loading, which is sometimes more irritating, how to disable it??

Upvotes: 3

Views: 518

Answers (2)

Andrew
Andrew

Reputation: 1

On Firefox Quantum (57.0), hit the stupid pause button in the Debugger... It toggles between 3 states... (Duh, obviously!)

https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Breaking_on_exceptions

Upvotes: 0

Barmar
Barmar

Reputation: 781058

To the left of the Clear button there's an icon that toggles "Break on All Errors". Click on it.

Upvotes: 3

Related Questions