|
Yep that works…I tossed it in components.cfc which all components extend (in my dev environment only – don’t need in prod) Some of my variables are complex types i.e. other components…is there a “typeOf” type function available so I could loop through all properties and dump and child objects?
Thanks for tip!
Stace
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nando
OK ... so this works pretty well, and you get all the variable and the functions.
<cffunction name="dump"
access="public" output="yes">
I found the script in the archives ... from August 14th, which is roughly a month or so back. :) Now lemme see if i can get it to work.
AVIS IMPORTANT: ------------------------------- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme. WARNING: ------------------------------- The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind. |
Title: RE: [CFCDev] Debugging techniques for CFC's
- RE: [CFCDev] Debugging techniques for CFC's Dawson, Michael
- RE: [CFCDev] Debugging techniques for CFC's Andy Ousterhout
- RE: [CFCDev] Debugging techniques for CFC's Dawson, Michael
- RE: [CFCDev] Debugging techniques for CFC's Nat Papovich
- RE: [CFCDev] Debugging techniques for CFC's Qasim Rasheed
- RE: [CFCDev] Debugging techniques for CFC's Nando
- Re: [CFCDev] Debugging techniques for CFC's Stacy Young
- RE: [CFCDev] Debugging techniques for CFC's Stacy Young
- RE: [CFCDev] Debugging techniques for CFC's Hardy Jonck
- Re: [CFCDev] Debugging techniques for CFC's Sean A Corfield
- Re: [CFCDev] Debugging techniques for CFC's Matt Liotta
- Re: [CFCDev] Debugging techniques for CFC... Sean A Corfield
- RE: [CFCDev] Debugging techniques for CFC's Michael Collins
- RE: [CFCDev] Debugging techniques for CFC's Knight, Matt
