cfdump
From CEW
eval
The eval attribute is a convenient shorthand that accepts an object or an expression, and dumps it with label.
<cfdump eval="MyVar"/> is equivalent to <cfdump var="#MyVar#" label="MyVar"/>
expand
The expand attribute defines if the output of the dump should be initially expanded or collapsed.
version
The version attribute allows you to specify if the long or short version of a variable should be dumped. It applies only to Query and XML variables.



