Re: JS debugger on conceptual level
"Dan" <[email protected]> Sun, 26 Jul 2009 13:55:30 -0400
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
Great! At least I can see what it does. Dan "John J. Barton" <[email protected]> wrote in message news:[email protected]... > Dan wrote: >> How do you guys debug Firebug itself? > > Using Chromebug and FBTrace (internal Firebug logging). We can't use > Chromebug to debug the JS debug parts of Firebug because they both use > jsd. > > The X versions, eg 1.5X, have FBTrace. You can watch the debugger actions > by opening the trace console and setting options like BP/FBS_BP, FBS_STEP, > etc. FBS is the firebug service component, our connector for jsd. > > jjb