|
|
|
|
|
by cookiengineer
958 days ago
|
|
This is what happens when websites prevent an open Console/DevTools side panel. They basically have a main loop running, inserting a debugger; statement in various places where they're annoying, and they do that at 30FPS / 32ms so that the DevTools become useless because there's no way to "ignore" debugger statements. |
|
Also both Chrome and Firefox have a "disable breakpoints" button that would instantly defeat this issue.