Re: JS debugger on conceptual level
John J Barton <[email protected]> Tue, 21 Jul 2009 17:50:46 -0700
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
Dan wrote: > Curious stuff. > In IE world, I just attach to IE through a bunch of COM interfaces and get > an interface for a the running application from which I just set bpts and go > on. > How does Firebug start debugging it? Just attach to Firefox through a bunch of XPCOM interfaces and get an interface for the running application from which you just set bpts and go on. jjb