I'm writing a presentation on error handling and I've got a TON of info. One
of the things is writing your own error handlers using CFERROR (as well as
CFTRY/CFCATCH). I've got it so I can see every CF tag that was actually
processed on a page, but that's not enough. I want to also dump out the
'exploded' debug info:
<!--- Debug info from page --->
Execution Time

60 milliseconds
0 ms E:\HTDOCS\APPLICATION.CFM
10 ms E:\HTDOCS\CFIDE\MONITER.CFM
30 ms E:\HTDOCS\CF~ERROR.CFM
20 ms STARTUP, PARSING, & SHUTDOWN
<!---// Debug info from page --->
Does anyone know if there's a scope or structure that contains all that
data? I can fake it, but would rather not.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to