Firebug 1.0 Beta
18 Jan 2007For those of you who use Firefox, you should check out the Firebug 1.0 beta extension! I had used the old version for quite some time, but I was blown away with the great enhancments in the 1.0 beta version.
Here are some of its featuresβ¦
<ul>
<li>Just the way you like it</li>
<li>Inspect and edit HTML</li>
<li>Tweak CSS to perfection</li>
<li>Visualize CSS metrics</li>
<li>Monitor network activity</li>
<li>Debug and profile JavaScript</li>
<li>Quickly find errors</li>
<li>Explore the DOM</li>
<li>Execute JavaScript on the fly</li>
<li>Logging for JavaScript</li>
</ul>
Here is what Rich Strahl had to say about itβ¦
<blockquote cite="http://west-wind.com/weblog/posts/10019.aspx">βIβve been using Visual Studioβs JavaScript debugging most of the time, but with Firebug in this state Iβve been able to move most of my debugging β except for IE specific issues which are unfortunately quite common β into Firebug.
Highly recommended.β</blockquote>