
The 
Firebug Working Group is proud to present the Firebug 1.6 release!
We have introduced many innovations that are listed on the 
release notes for Firebug 1.6 . Please review the changelog and let me know if you need any additional information.
')
We worked hard, but most of the innovations would never see the light without input from third-party developers, translators and designers. For a complete list of development participants, see the 
special page in our wiki.
We have significantly increased the stability of Firebug and got rid of a lot of memory leaks - we argue that this is the best release of Firebug ever.
We focus on quality and constantly expand the list of 
automatic tests . We run them to check every release and always publish the 
results . Any Firebug user can 
run the test suite locally and upload the result to our website. In this way, we collect data on the state of stability on various platforms.
Firebug 1.6.0 has been downloaded to 
addons.mozilla.org and is about to offer your Firefox update. Experience suggests that bypassing the alpha and beta versions of a release, some annoying bugs may leak through, so in the near future, most likely expect minor releases.
Firebug 1.6.0 is designed for 
Firefox 3.6 , while we are already working on 
Firebug 1.7 , focusing on compatibility with Firefox 4.0. Previously, the next version will be available early next year. See also the 
list of known issues with Firefox 4.0.
Beta testers who used earlier versions from 
getfirebug.com will also be offered to 
upgrade .
Leave any feedback in the 
news group .
List of changes
Console and command line
- Command line is now available on all panels.
- New API for the consoleobject:console.table()
- In the console, you can now filter the contents
- Significantly improved autocompletion.
- Logging events cut / copy / paste
- XPath support for console logging
HTML
- Now you can " Expand All " through the context menu or by pressing '*'
- When copying XPath , the current namespace is also copied (if present)
- Improved display iframeiframe's
- Now always displayed DOCTYPE
- Breadcrumbs can now be scrolled
- Improved keyboard navigation
CSS
- Improved search finder
- SVG CSS autocompletion
- Supports copying (to the clipboard) CSS declarations
Scenarios
- Cancel breakpoint on next error
- The stack panel now shows the names of the arguments and their values, also supports minimizing / unfolding.
- In the process of loading the page, being inactive Script-panel now shows messages a little prettier
- Improved appearance of the call chain on the Script-panel and the Watch-panel
- Now you can Save and resume breakpoints between multiple Firefox sessions.
- The list of files on the Script panel now has an auto-scroll button, as well as the filtered text is now displayed there.
Dom
- Shows prototype,constructor, and__proto__properties of an__proto__
- Now localStorageandsessionStorage
Net
- Reading BF cache is also displayed.
- Event MozAfterPaintMozAfterPaintdisplayed in the timeline
- Beautiful SVGoutput on the Net panel
Toolbars and menus
miscellanea
- At the first launch, the First start page now appears.
- TestBot automatic test results page
- Known Issues Page
- Improved localization + added one new language
- Support private browsing mode