When I open firebug on one site, I can not analyse anything because every a few seconds a break-point triggers on that line:
(function() { (function a() { try { (function b(i) { if (('' + (i / i)).length !== 1 || i % 20 === 0) { (function() {}).constructor('debugger')(); } else { debugger; } b(++i); }(0)) } catch (e) { setTimeout(a, 5000) } })() })(); The button enable/disable breakpoints doesn't work.
I can not turn it off. How to disable it?
