Re: JS debugger on conceptual level
"Dan" <[email protected]> Sat, 25 Jul 2009 14:18:09 -0400
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
How do you guys debug Firebug itself? Dan "John J Barton" <[email protected]> wrote in message news:[email protected]... > Dan wrote: >> Interesting. Well making a proxy to which connect my UI is Ok with me. >> >> But what function in the js codes of firebug gets called first and which >> one attaches to Firefox and enumerates the scripts? >> I am just trying to figure out from which side to look at this code. > > Well now that I think about it, maybe Venkman would be a better place to > start. Firebug used onScriptCreated to get scripts and it does a lot of > stuff to get eval() and event() scripts. I think Venkman enumerate the > live scripts instead. > jjb