Can I get the IE debugger to break into long-running javascript
- by Brian Deacon
I have a page that has a byzantine amount of javascript running. In IE only, and only version 8, I get a long-script warning that I can reliably reproduce. I suspect it is event handlers triggering themselves in an infinite loop.
The Developer Tools are limping horribly under the weight of the script running, but I do seem to be able to get the…