Stan
Stan

Reputation: 38275

Firebug break on error functionality

I was wondering when a error message pops up in Firebug, what does that disable mean? I tried to search in Firebug Docs but no luck. Can someone please advise? Thanks.

enter image description here

Upvotes: 3

Views: 688

Answers (1)

Brock Adams
Brock Adams

Reputation: 93643

When you click Disable, it stops the code from breaking at that point during future runs.
It also marks the line with a breakpoint and disables it.

enter image description here

Note: Extra breakpoint added for reference.

Upvotes: 5

Related Questions