Command Line
From FirebugWiki
Revision as of 23:47, 31 July 2010 by Sebastianz (Talk | contribs)
The small Command Line supports auto-completion using the Tab key. For example, typing 'w' followed by Tab repeatedly will cycle through all global variables starting with the letter 'w'. Since Firebug 1.6 there's also an popup with suggestions shown for the entered part of a command.
In general the Command Line evaluates whatever expression you type in. It can be a single variable or a complete Javascript program. The evaluation is done by passing the Command Line text into the page, calling eval() on it and passing back the result.
The Command Line also supports the Command Line API, a set of special purpose commands.