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.9.1

Firebug 1.9.1 has been released (compatible with Firefox 5-12).

This is a maintenance release coming after Firebug 1.9. Two highlights from this release:

  • Workaround for a crash on Mac and Linux 32 bit running Firefox 9. Due to a bug in the debugger service in Firefox 9 the Script panel is disabled in aforementioned configurations. Using Firefox 10 is recommended solution for this problem.
  • Firebug 1.9.1 is compatible with Firefox 12.

Some patches have been also ported from 1.10.

See also what has been fixed in Firebug 1.9.1b1.

Post feedback in the newsgroup, thanks!

Jan ‘Honza’ Odvarko

Firebug 1.10a2

getfirebug.com has Firebug 1.10a2

Firebug 1.10a2 is compatible with Firefox 12 (nightly).

Firebug 1.10a2 fixes 11 issues.

This release introduces couple of great improvements:

Delayed Firebug Load

Firebug doesn’t slow down Firefox start time anymore since its loaded as soon as the user actually needs it. There are only a few things loaded at the browser start-up time: the main Firebug menu, Firebug start button and inspect menu-item in page context menu.

This also means that Firebug extensions overlaying only the Firebug UI are loaded as soon as Firebug itself is loaded and so, don’t slow down Firefox start-up time too.

Bootstrapped Firebug

It is now possible to install (and uninstall) Firebug without browser restart. We are also working on APIs that will allow developing bootstrapped (restart-less) Firebug extensions. An example extension is coming soon.

Thanks to awesome Harutyun Amirjanyan for his help on these features!


Some other highlights from this release:

  • Every option in panel’s mini tab menu has a tooltip with a description. This should help to understand it’s purpose (issue 3183)
  • Autocompletion is now working even in the Watch panel (issue 4934)

And more from our roadmap is coming so, stay tuned!


Please post feedback in the newsgroup, thanks.

Jan ‘Honza’ Odvarko

Firebug 1.9.1b1

Firebug 1.9.1b1 has been released (compatible with Firefox 5-11).

Thanks to all who provided feedback for Firebug 1.9! We have managed to fix some reported issues, test them with Firebug 1.10a1 release and port patches back into 1.9

Firebug 1.9.1b1 fixes 6 issues.

Couple of highlights:

  • Scroll arrows sometimes appear on Firefox tab bar at startup with only one tab open (issue 3442)
  • Firebug’s search bot grabs the focus on linux (issue 4996)

Post feedback in the newsgroup, thanks!

Jan ‘Honza’ Odvarko

Read more blog posts on the Firebug weblog »