FusionDebug, the interactive step debugger for ColdFusion, now supports IP Filtering. This allows breakpoints to only fire when requests are coming from a specified IP address. Making it possible for a ColdFusion developer to debug and set breakpoints against a central ColdFusion server, leaving the system untouched and unaffected for everyone else while you debug.
"Adobe recommends professional 3rd party CF add-ons such as FusionReactor and FusionDebug, which enhance and extend the ColdFusion platform"
Ben Forta, Adobe ColdFusion Evangelist
Debug requests from any user
This allows, for example, a customer to recreate his own case in his own browser, while you place breakpoints to isolate the problem.
Understand the flow of requests
Using FusionDebug stepping, you can instantly see the flow of execution for any request.
View the complete call stack trace
In FusionDebug, while you're suspended on a breakpoint, you can easily use the stack trace to see what templates and CFCs were used to get there.