• LIKE

Share


Firebug

Open Source by Joe Hewitt | Link to website

Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page. Firebug is always just a keystroke away, but it never gets in your way. You can open Firebug in a separate window, or as a bar at the bottom of your browser. Firebug also gives you fine-grained control over which websites you want to enable it for. Firebug makes it simple to find HTML elements buried deep in the... More info »

  1.  
  2. Thumbnail for Screenshot without description


New Comment
webdeveloper-image

Here is a good reference on Firebug tutorial :
http://www.w3resource.com/web-development-tools/firebug-tutorials.php

 
Post a reply
evan-image

There's not much that the built-in Chrome Developer Tools can't do that Firebug can. Either way, Firebug is still an amazing plug-in.

 
Post a reply
jbuberel-image

One problem with Firebug is that when the page URL changes, the Net logging console resets/clears, giving you no ability to see what just happened if the page does an HTTP redirect. There are plans to fix this in version 1.5 of Firebug, but for now you're left with using Wireshark instead.

 
Post a reply