Inspect
Pinpoint an element in a webpage with ease and precision.
Log
Send messages to the console direct from your webpage through Javascript.
Profile
Measure your Javascript performance in the Console's Profiler.
Debug
Step-by-step interactive debugging in a visual environment.
Analyze
Look at detailed measurements of your site's network activity.
Layout
Tweak and position HTML elements with CSS and the Layout panels.

Recent news

Firebug 1.11.4

Firebug 1.11.4 has been released (archive).

Firebug 1.11.4 fixes 4 issues
Firebug 1.11.4 is compatible with Firefox 17-22
 

All users subscribed to AMO beta channel should be already updated to version 1.11.4 beta 1 which is exactly the same as 1.11.4.

 

This version is a follow-up for 1.11.3 and fixes some reported problems. Specifically XHR Spy works again for Firefox 17 and CSS pseudo-element rules are now properly displayed in the Style panel.

 

Please post feedback in the newsgroup, thanks!

Jan ‘Honza’ Odvarko

 

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

This feature allows referring various objects from the command line using new $p variable.

Use in Command Line

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.

Precision pattern

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

 

Firebug 1.11.3

Firebug 1.11.3 has been released (archive).

Firebug 1.11.3 fixes 15 issues
Firebug 1.11.3 is compatible with Firefox 17-22
 

All users subscribed to AMO beta channel should be already updated to version 1.11.3 beta 1 which is exactly the same as 1.11.3.

 

One little problem related to browser page context-menu slipped into this release. If you experience the menu being unexpectedly long, just restart your browser.

 

Please post feedback in the newsgroup, thanks!

Jan ‘Honza’ Odvarko

 

Read more blog posts on the Firebug weblog »