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: 2010/06/06 11:10 by twk
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki