Tracing Tool

2012-10-20 Thread Dakota Burns
Hi - I've taken over review of quite a large CF project built on CF8. Lots of pages and tons of code. Aside from CFDump, what is the best recommended tool to trace through the pages to learn what's succeeding and failing? I've been writing my own CF Web Apps for a number of years and realize

Re: Tracing Tool

2012-10-20 Thread Russ Michaels
A few suggestions Use the debugger to step through code. Create unit tests. Use the built in server monitor and/or fusion reactor Regards Russ Michaels On Oct 20, 2012 8:31 PM, Dakota Burns dakota.bu...@gmail.com wrote: Hi - I've taken over review of quite a large CF project built on CF8.

Re: Tracing Tool

2012-10-20 Thread Nathan Strutz
How about lots of cftrace tags? cftrace gets no love. Or even something that abstracts your tracing, like a CFC that, depending on your logging level, will make cftraces, log to a file or a database, and ignore certain things based on severity. CFTrace is great. It lets you output to the