Is it possible to stop a javascript with Firebug without using breakpoints?
- by Sandra
Is it possible with Firebug to stop a javascript with a press of a button or a keyboard shortcut instead of stopping it by setting a breakpoint?
Why would I like to do this?
We have a very dynamic website with lots of animations. It would be a great help if I could just stop the scripts at the moment the animation is doing something I want to…