new and improved <cfdump/>
2007 May 09
It's not often that you learn something new about an old CF tag that you've practically used on a daily basis for years.
In version 7, a new attribute "top" was added to the cfdump tag, allowing you to specify the top X rows for a query dump:
<cfdump var="myQuery" top="10"/>
Pretty cool... I don't know how many times I've dumped a query object to debug and it took forever to render or crashed my browser because of a large number of records
I have my co-worker, Tony, to thank for this one...