Is it possible to stop a javascript with Firebug without using breakpoints?

Posted by Sandra on Stack Overflow See other posts from Stack Overflow or by Sandra
Published on 2010-04-13T16:22:49Z Indexed on 2010/04/14 0:43 UTC
Read the original article Hit count: 313

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 inspect. That would be a lot faster than fiddling with the breakpoints.

© Stack Overflow or respective owner

Related posts about firebug

Related posts about JavaScript