On Jul 25, 3:32 pm, Lucas Sallovitz <[email protected]> wrote: > Hi, I'm having trouble debuging a js fil inserted on the page by an > extension, firebug doesn't show the code, > the console messages or the net > traffic generated by that file. I can't find an option or otrhe > documentation on the issue, is there a way to make firebug load files > inserted after the dom is complete? Firebug should display scripts inserted dynamically after load, e.g. by calling eval() or appending <script> element.
How the script (in your case) is injected into the page? Do you have an online page we could try on our machines? Honza > > Thanks. Lucas. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
