How to use the CF Debugger with ajax.cfc?
I have the Cold Fusion debugger turned on in the CF administrator. However, in using Rob Gonda's ajax.cfc, it has the statement
<cfsetting showdebugoutput="false">
which turns debugging off on any page that uses ajax.cfc. If I comment out this line of code, I get Javascript errors and the ajax call does not work.
Does any one know how to use ajax.cfc and still be able to get the CF debugger information to display?
Thanks,
Mike
