,

cfdump - ColdFusion Debugging tools

Wednesday, March 29 Leave a Comment

in coldfusion, one tag that help me to view structured variables values from memory - cfdump

to use cfdump tag is simple. below is code to view variables scope of current values:

cfdump var="#variables#"

sample output note: this is memory output from fusebox 4.1 framework



as you can see, i can browse through which variable structure i want to view..

note: don't forget to put tag on the code

p/s: is PHP/JSP has such a features? i really want to know..

0 comments »