Re: JS debugger on conceptual level
John J Barton <[email protected]> Thu, 23 Jul 2009 16:58:53 -0700
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[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