Chromebug
From FirebugWiki
Revision as of 16:47, 22 October 2009 by Johnjbarton (Talk | contribs)
Running Chromebug
To start Chromebug then firefox use:
firefox.exe -chromebug
To start Chromebug then thunderbird use:
thunderbird.exe -chromebug
etc.
Basics
The Console, HTML, CSS, Script, DOM tab row shows the data for the nsIDOMWindow selected by the "context" menu. So for example if you set the context to browser.xul, the HTML you see will be the HTML for firefox's window.
Most of the time you can just use the context menu to set the tabs to the content you want to explore.
Or you can use the inspect feature to select the context.