In theory you could do this in two seconds:


cf_raysdump:

<CFPARAM NAME="Attributes.VarName">

<CFOUTPUT>Dumping #attributes.VarName#</CFOUTPUT>
<CFA_DUMP VAR="#Evaluate("Caller.#Attributes.VarName#")#">

I just tested this and it worked fine. I'm sure the Evaluate is slow, but
this is for debugging and speed shouldn't matter.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: Patricia Lee [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 3:48 PM
> To: Spectra-Talk
> Subject: RE: FYI - Dump
>
>
> The only things I'd like to see improved in CFA_Dump are (in order of
> importance)
>
> 1) The ability to see the name of the object you're dumping.  It's a
> nicety... but every time I use it I find myself hard-coding h4 tags so I
> know what the heck I'm looking at.  Specially when I'm dumping many
> different objects.
>
> 2) A top-level js collapse.
>
> <ah> Wouldn't it be nice, though?
>
> |-----Original Message-----
> |From: Raymond Camden [mailto:[EMAIL PROTECTED]]
> |Sent: Monday, April 02, 2001 3:13 PM
> |To: Spectra-Talk
> |Subject: FYI - Dump
> |
> |
> |FYI, your favorite tool and mine, cfa_dump, will become a
> |native part of
> |ColdFusion 5. The server uses the version the Spectra team
> |created. (Cuz we
> |rock - but I may be a bit biased.)
> |
> |(I don't know about you, but I use this tag every day, and
> |will probably use
> |it forever.)
> |
> |=======================================================================
> |Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
> |
> |Email   : [EMAIL PROTECTED]
> |ICQ UIN : 3679482
> |
> |"My ally is the Force, and a powerful ally it is." - Yoda
> |
> |
> |
> |
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to