Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug v2.0.1 breaking on old breakpoints

I've added and removed breakpoints, but Firebug still stops at those old breakpoints on subsequent page refreshes.

I've tried fixes for this very same problem with older releases (i.e. Reset All Firebug options and deleting the breakpoints.json), but they're not working.

Any ideas how to get around this issue without having to wait for the release fixing it?

like image 587
johntrepreneur Avatar asked Nov 01 '22 21:11

johntrepreneur


1 Answers

The Firebug Working Group is working on fixing this problem in issue 7301. The issue is currently missing a reproducible test case. So any tips that help to fix this problem or a simple test case should be posted there.

You and nmaier already named the workarounds known so far, which are Firebug menu > Options > Reset All Firebug Options or deleting the breakpoints.json file manually from the profile folder followed by a browser restart.

like image 185
Sebastian Zartner Avatar answered Nov 08 '22 04:11

Sebastian Zartner