Firebug was a Firefox extension, which allowed the debugging, editing, and monitoring of any website's CSS, HTML, DOM, JavaScript, network traffic and cookies. You should just use this tag in case the question is directly related to Firebug itself and not a website you are debugging with Firebug.
Firebug was a Firefox extension that allowed the debugging, editing, and monitoring of any website's css, html, dom, and javascript. It also had a JavaScript console for logging errors and executing JavaScript as well as a network monitor, which measured the amount of time in milliseconds it took to execute scripts and load images on the page. And it included a way to check and edit the cookies a website sets. Furthermore it had many extensions, which enhanced its functionality.
It became a must have aid tool for developers and testers around the world, but has now been discontinued by its developers.
Firebug is free and open source, licensed under the BSD license.
Relation to Firebug Lite
While Firebug was a Firefox extension, there is also a JavaScript bookmarklet called Firebug Lite, which works in all current browsers. It is also available as Chrome plugin. More info about Firebug Lite is available at the 'firebug-lite' tag page.
When to ask a Firebug question
The 'firebug' tag should just be used if your question is directly related to Firebug itself. You should not use it if your question is about some issue within your page and you use Firebug to debug it.
Before you're asking a question related to the usage of Firebug you should read its FAQ and documentation. If you experience a bug within Firebug, you should follow the steps described at the first aid page.
Useful links
- Website
- Download page at addons.mozilla.org
- FAQ: Answers to the most frequently asked questions
- Firebug blog: General information about the Firebug project and new releases
- Jan 'Honza' Odvarko's blog: Describing features and providing tutorials for extension developers
- Firebug documentation
- Firebug extensions: Firefox add-ons extending the functionality of Firebug
- Wikipedia article
- Daily usage statistics