I want to debug a script after a rather lengthy initialization
process. For some reason, firebug is slowing down the execution of
that initialization by a significant factor, so that something that
should only take a few seconds is taking 10 minutes or more. What I'd
really like to do is activate firebug when the init is finished. But
when I try to do that, I can't inspect scripts because firebug tells
me they weren't loaded and I need to reload the page to see them.
Which takes me back to the slow initialization.
1. Should firebug be slowing my script down so significantly? For
weird reasons, this is a single, very large script---could that be the
reason?
2. Is there a way to get firebug to load the scripts for inspection
but otherwise not be involved until after the initialization (at which
point I want to set a breakpoint and invoke a particular function)?
Thanks!
--
Thanks!
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to fir...@googlegroups.com
To unsubscribe from this group, send email to
firebug+u...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug
I can confirm that sometimes firebug acts very slow with break point when refresh a page after a few debug routine.