A cool little code snippet popped up in the Neo beta forums. It's an undocumented attribute of CFDUMP in CF5+ called:
EXPAND="YES/NO"
So if you are dumping a big structure and you want the whole thing to start collapsed you can go:
<CFDUMP EXPAND="no" VAR="#application#">
Next time you need to do a big dump - remember EXPAND ;)
If you are running pre-CF5 and don't have Spectra (cfa_dump) you might like to have a look at this dumping tag:
<CF_ObjDump>
Available at:
http://www.pengoworks.com/index.cfm?action=CustomTags
Posted by modius at 11:19 PM | Permalink
Trackback: http://blog.daemon.com.au/cgi-bin/dmblog/mt-tb.cgi/5

