Table of Contents

Overview

Firebug is a Firefox add-on for debugging JavaScript and analyzing HTML, CSS, and the DOM.

Gotchas

  • Minified JS files can result in incorrect function names in the Firebug error console and profiler. Presumably other compression schemes also cause problems, but JSMin is known for being reliable and yet still produces erroneous tracebacks.

Tips & Tricks

  • You can use a limited version of Firebug's console in IE and other browsers with Firebug Lite. It's a pure JavaScript implementation of Firebug's console.
 
firebug.txt · Last modified: 2008/04/28 15:45 by nostrademons
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki