I’m trying to debug a userscript that seems to be going into an endless loop on just one certain page. The page freezes and never finishes drawing and the script never finishes running.
However, while it’s in the loop, the debugger, console, and performance profiler all stop working, as if they’re waiting for it to finish. Those are the tools I need to see what it’s so busy doing that it never finishes… if they freeze, I have no way of troubleshooting. How do I get the developer tools not to freeze during script execution?