Re: JS debugger on conceptual level

"John J. Barton" <[email protected]> Sun, 26 Jul 2009 09:41:41 -0700
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Message-ID <[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