Firebug 1.5.3 Released

getfirebug.com announced Firebug 1.5.3 on March 12th, 2010. This release fixes four issues in Firebug 1.5.2.
- Issue 2868: ajax response is not shown in the answer tab
- Issue 2872: Inspect Element context menu shows different tab markup
- Issue 2878: High Firefox memory with Firebug 1.5.2
- Issue 2882: console.dir() broken in firebug 1.5.2 and firefox 3.6
In particular, this release works around a large memory leak. Mozilla will update the Firebug addon at addon.mozilla.org later today.
(Ads)
Firebug is a Mozilla Firefox extension. It allows the debugging, editing, and monitoring of any website’s CSS, HTML, DOM, and JavaScript, and provides other Web development tools. It also has a JavaScript console for logging errors and watching values, as well as a “Net” feature which monitors the amount of time in milliseconds it takes to load and execute scripts and images on the page.
Being a Firefox extension, Firebug itself has its own extensions, there are over 30 of them.
Related posts:

