Firebug web-developer debugging add-on version 1.5.2 now out

Firebug is an insanely useful add-on, even for those of us who are not all-out web developers. I tweak HTML every now and then, and Firebug is the best tool I know for figuring how why exactly your document doesn't look right (in Firefox at least, and now in Chrome too). It lets you easily select parts of your document for viewing, and change CSS on-the-fly so you can see what's the exact CSS rule which makes your page look all wonky.
One cool feature I found out about while working this morning (not new to this release): When you edit CSS, you can use the down-arrow on your keyboard to select all valid values for a certain property. This pretty picture shows it better:

1.5.2 is a pretty minor update, but it basically means they're done with the 1.5 branch for now, and are focusing on the next version (1.6).












Comments
5
Subscribe to comments@davey_ladFeb 25th 2010 4:18PM
You can use Firebug Lite in IE as well as chrome. While IE8 developer tools is more useful than FB lite it still falls short of Firebug FullFat... albeit a big improvement of previous versions
MikeFeb 25th 2010 4:20PM
Yeah, before Firebug wouldn't display the CSS for me, now after updating to this version, Firbug does not work at all, and does not display anything in any pane. POS!
GeoffFeb 25th 2010 4:45PM
The down-arrow feature has been there since forever. Works on numeric values as well as textual ones like you've mentioned. I wanna say it's been there since at least 1.1, if not earlier.
crstffrFeb 26th 2010 11:58AM
Yup, I've been using the arrow keys to cycle through values for quite some time now. It's nice when you need to adjust or align something that is positioned by pixels, because you can open Firebug, click the value you want to change, and arrow up and down until it's just right.
WPSecurityLockFeb 25th 2010 8:39PM
Definitely one of the best Firefox add-ons available. Cuts your web development time in a fraction. I give it a 9.5/10.