Subscribe

Firebug for Google Chrome and IE6 / IE7 / IE8 (And Beyond!)

The crown jewel of web development (at least for me) has been Firebug. Unfortunately it’s only for Mozilla Firefox… or so I thought. Seems like the Firebug team has something they called “Firebug Lite”, that allows you to get and use many of the features in Firebug on browsers that don’t really support extensions. Yes, that includes Safari, Opera, Google Chrome, and Internet Explorer 6 and above.

Sorry Mosaic users, you’re out of luck on this one ; – )

So how do you get this magical debugging tool for your browser of choice? Simple, all you have to do is add one line of Javascript code:

<script type="text/javascript"
src="http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js"></script>

There are some extra customizations you can do for this, but you can check that out at the official Firebug Lite website.

Author: Adam Parker

Enjoy this Post? Share it on your favorite social bookmarking site...

 

Submit to Mixx Submit to StumbleUpon Submit to Delicious Submit to Digg

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

4 Comments

[...] View original post here: Firebug for Google Chrome and IE6 / IE7 / IE8 (And Beyond!) [...]

[...] Originally posted here: Firebug for Google Chrome and IE6 / IE7 / IE8 (And Beyond!) [...]

Beth M

June 29th, 2009

I have been searching everywhere on the internet for this specific information. Finally I find it here! Thanks.

james

July 9th, 2009

this is interesting. Do you think you could explain a bit more please

Leave a Reply

Related Posts

Check out some more great tutorials and articles that you might like.