A while ago I released a tag called DumpF. The idea was to create a wrapper for the cfdump tag so you could filter the output. It allowed you to show only the top X rows of a query or an array for example. I've updated the tag to mimic Bluedragon's cfdump tag. If you do not pass a var to dumpf, it will now dump all scopes. You can download the tag here. As always, any suggestions are welcome.
(This post is more than 2 years old.)
Update to DumpF
Support this Content!
If you like this content, please consider supporting me. You can become a Patron, visit my Amazon wishlist, or buy me a coffee! Any support helps!
Want to get a copy of every new post? Use the form below to sign up for my newsletter.
Archived Comments
I suggest you submit it to OpenXCF.
Cool dump how can we control the font size with this ? Thanks
My tag just calls cfdump, so I can't control the font. FYI Robert, my tag was made before CFMX7, which added simular functionality. So if you have MX7, use the native TOP functionality.