blog
discuss
contribute
documentation

Firebug Releases

Four Different Firebug Release Streams

The stable release is on addons.mozilla.org and is linked from the front page. If you install from addons.mozilla.org, you will be updated only when a new stable release is available.

The latest release is on getfirebug.com (this page). If you install from this site you will be updated incrementally to the latest usable versions: 1.2.0, 1.2.1b1, 1.2.1b2, 1.3b1, ....

If you want to get on a early release stream, install the alpha versions. These will update as we make progress, 1.3.0a1, 1.3.0a2, ..., 1.3.0b1,....

Finally Firebug Lite for non-Firefox browsers is distributed as files or bookmarklets.

Firebug 1.3 - Current Release

Recommended for Firefox 3.0. Firebug 1.3.3

  • Net panel re-implemented, more function, no more double loads (Requires Firefox 3.0.4+)
  • Script panel rendering much faster for large Javascript files
  • Scope chain in Watches panel when stopped on breakpoint
  • Console/Command line re-implemented to avoid some undefined console problems
  • Tracing console added
  • New locales and better locale support
Plus more than 40 bug fixes. For details: 1.3 release notes

Older and beta versions of Firebug 1.3.* are also available, either the end-user versions or the versions with tracing enabled. To use tracing, select Firebug menu (upper left corner of Firebug), Open Tracing. and set the tracing Options the see the result in the Log tab.

Firebug 1.4 - Beta

Firebug 1.4 supports both Firefox 3.0 and Firefox 3.5. New features include:

  • Curtis Bartley's Tabs-on-top UI
  • Han Hillen's Accessibility and Key Rebinding,
  • Kevin Decker's multi panel search
  • Jan 'Honza' Odvarko's continually amazing Net panel.
  • Break on next, and performance improvements for the Script panel
  • Over 116 bug reports fixed

For details see the 1.4 release notes. Firebug 1.4 beta is available either the end-user versions or the versions with tracing enabled. We encourage early adopters to run the tracing version. To use tracing use Open Firebug Tracing from the Firebug menu on the upper left corner.

Addons.mozilla.org has Firebug 1.4b2 for Firefox 3.5.

Firebug 1.5 - Alpha

Firebug 1.5 is Firebug 1.4 with bug fixes. 1.5 release notes Only the tracing-enabled version is currently available. To use tracing use Open Firebug Tracing from the Firebug menu on the upper left corner.

ChromeBug - Alpha

ChromeBug is Firebug for Chrome: XUL applications and their extensions. For example, Chromebug can be used to debug Firebug running in Firefox

  • Requires Firebug 1.4.
  • Works with Firefox 3.0+. Kinda works with Thunderbird; may work for other XUL apps
  • To run chromebug: firefox.exe -chromebug
  • Currently Inspect works reliably (if you are just a bit patient), Javascript debugging works a lot of the time. Comments welcome.

Firebug Extensions Releases

Firebug Extensions Releases page hosts releases for Firebug extension developed in the Firebug source tree. See the Firebug Extensions page for Firebug extensions from other sites.

Firebug Source

Firebug open source has a BSD-style license. See the readme.txt for build instructions.