Firebug 1.12 alpha 6
getfirebug.com has Firebug 1.12 alpha 6
Firebug 1.12a6 fixes 11 issues
Firebug 1.12a6 is compatible with Firefox 20-23
Couple of highlights from this release
- Use in Command Line (issue 6422)
This feature allows referring various objects from the command line using new $p variable.

See also detailed description of this feature.
- Precision for Console API %f log pattern (issue 6439)
Floats can be rounded by using the %.xf pattern inside the first console.log() argument. Here x denotes the number of decimal places the number should be rounded to.

console.log("amount: %.2f", 4.3852)
will output
amount: 4.39
You may want to get to know about the other patterns available inside the Console API.
Please post feedback in the newsgroup, thanks
Jan ‘Honza’ Odvarko



