Console2 is an extension that replaces the JavaScript Console with what could be the next generation Error Console.
As of Firefox 1.5, the JavaScript Console is used not only for JavaScript errors, but for CSS errors as well. This extension takes this into account by providing a simple possibility to display errors by type.
Console2 let's you display errors filtered by type (Errors, Warnings, Messages), language (JavaScript, CSS, XML) and context (Chrome, Content).
Furthermore it provides a simple search box (as seen in the History and Bookmarks sidebars), hiding of duplicates, sidebar optimizations, a customizable toolbar and some more accessibility improvements.
Product's homepage
Requirements:
· Mozilla Firefox
What's New in This Release: [ read full changelog ]
· [new] Message FIFO limit is now controlled by a hidden preference "extensions.console2.max-errors" currently 1000. (Patch by Kris Maglione).
· [new] Enable blocklist domains from resource:// URLs
· [new] Enable filter for "resource://" URLs
· [fix] Alias resource:/// to resource://app/ to allow these resource urls to be filtered and blocklisted.
· (Patches by titoBouzout).
· [fix] Use white-space: pre-wrap for the console message descriptions to allow newlines and formatted messages (Patch by titoBouzout).
· [new] Add support for Komodo alphas appversion >= 6.9 (Patch by titoBouzout).
· [fix] css problems with textonly toolbarbuttons in icon mode toolbars.
· [new] Show timestamps if available from nsIScriptError/nsIScriptError2.