Pete Freitag Pete Freitag

CFDUMP For JavaScript

Updated on November 17, 2023
By Pete Freitag
web

Of all the tags in ColdFusion, CFDUMP has to be one of the handiest tags. Any ColdFusion developer who uses the tag has probably at some point wanted to use it in other languages.

Well thanks to Brian Love for pointing me to this handy javascript dump script (link no longer works), it's output is even inspired by ColdFusion's CFDUMP tag.

js dump

This will be very handy for working with JSON!

You should also checkout FireBug for debugging in JavaScript, I have been using it for a few weeks now, and it is rockin!

See Ben Forta's: Dumping Flex Objects, and dbug for php.



javascript cfdump debugging

CFDUMP For JavaScript was first published on December 19, 2006.


Discuss / Follow me on Twitter ↯

Comments

I have been using it for about 2 months now and it is just a fantastic tool to have!
by dan on 12/19/2006 at 5:40:37 PM UTC
Wow, this one has been flying under the radar for a while... Nice find though! I wonder how long before FireBug has something like this too :)
by Justin Carter on 12/20/2006 at 12:10:43 AM UTC
Hey Pete, awesome find man! I posted about it in my blog and linked back to your article.
by Rey Bango on 12/20/2006 at 8:39:03 AM UTC
Thanks for the reference, hope you find this tool as useful as I have!
by Brian Love on 12/25/2006 at 3:21:03 PM UTC
Oh, and I should add reigdrang your comment on FusionDebug that indeed the 2.0 version mad significant improvements in the install process. It also includes the option now to either install as a plug-in on top of an existing Eclipse setup, or to install a complete new one with both FusionDebug and CFeclipse (for now, not the CF8 extensions).
by Anuar on 12/09/2012 at 10:39:21 AM UTC