firebug

via Gerv's blog

For all you web developers out there, you're gonna love this new tool. It was developed by the amazing Joe Hewitt (creator of the DOM Inspector.) He describes Firebug is "like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter."

Other fun features:

* XMLHttpRequest Spy - Ever wonder what all them newfangled Ajax websites are up to? Watch the requests fly by in the console!

* One web page, one console - Tired of slogging through a zillion errors in the JavaScript Console trying to find the one you want? The FireBug console is built into the bottom of the browser, and only shows you errors and log messages that came from the page you're looking at.

* JavaScript Error Status Bar Indicator - It's a sin that Firefox doesn't include this by default, like IE does. When there is an error in the page, the status bar will let you know with a big red blob.

* Logging for web pages - Sick and tired of "alert debugging"? Jealous of all your C programmer buddies with their fancy printf? Now you can log text and objects to the FireBug console from any web page. See my website for more info on this.

reactions, thoughts, comments, etc.

Extension writers rock! This will come in handy in so many ways. Thanks for the tip, A.

~ Kevin

Firefox should replace js console with firebug and js dump() should output to firebug console.