Chromebug
From FirebugWiki
(Difference between revisions)
Johnjbarton (Talk | contribs) (Created page with '== Running Chromebug == To start Chromebug then firefox use: firefox.exe -chromebug To start Chromebug then thunderbird use: thunderbird.exe -chromebug etc. == Basics == TâĤ') |
Johnjbarton (Talk | contribs) (âRunning Chromebug) |
||
| Line 1: | Line 1: | ||
| + | *[http://getfirebug.com/releases/chromebug installation] | ||
| + | *[http://groups.google.com/group/mozilla.addons.chromebug newsgroup] | ||
| + | |||
== Running Chromebug == | == Running Chromebug == | ||
Revision as of 16:47, 22 October 2009
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.