Hi Ben, sorry for the late reply.
FBTrace seems to be more of a console output - which though helpful, is not > entirely what I'm looking for. > > Do you know if there is a combination of tools such that I could debug my > extension (step-through javascript code, examine the Chrome DOM, HTML, etc) > with the current Firebug in the way that ChromeBug used to do? > Unfortunately I'm not aware of any tools for Firebug which allow you to step-debug chrome sources. This is exactly what Chromebug was meant for. Though I found another source of information for you: A description of how to debug a XULRunner app<https://developer.mozilla.org/en/Debugging_a_XULRunner_Application>. As mentioned before for examining the DOM the easiest way will be to use DOM Inspector. You can though try to get Firebug working, which should allow you to inspect the DOM as well. Hopefully that helps a little bit. Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
