CFDUMP for JavaScript

Now that I'm doing so much Ajax & Javascript development, I'm always on the hunt for new tools to help make debugging my client-side code easier.

I was over at Pete Freitag's Blog where he pointed out some Javascript code that will let you do a CFDUMP-like dump of Javascript objects!! Here are the links:

Dump Method

This is VERY slick and extremely useful. This, in conjunction with Joe Hewitt's FireBug 1.0, makes for a nice set of debugging tools for Ajax development.

Great find Pete!