Similar to how other people store instance data, I create a CFC-based struct variable, usually named "instance". Then, I create a getInstance() function that returns the instance struct.
It will show me everything stored at the point in time the struct variable is dumped. It's not recursive, however. m!ke -----Original Message----- From: Gaulin, Mark [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2008 8:30 AM To: CF-Talk Subject: Easy way to dump contents of a CFC? Hi cfdump with a cfc shows the methods of the cfc. Is there an easy way to see the values stored in CFC? Does it work recursively, so if a cfc member points to another cfc instance, then that cfc is "dumped" in the same way? We're on cfmx 6 and also 7. Thanks Mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309456 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

