I'd like to write a replacement for cfdump that doesn't enter an endless loop if it encounters a recursive structure. Is that possible? How would I know whether I've encountered a structure before? Here's an example of some code that will cause cfdump to recursively loop until your page times out:
<cfset st = structNew()> <cfset st.abc = st> <cfdump var=#st#> ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
