Reputation: 83527
When I encounter an error in a ColdFusion project I am working on, I get a very generic error message:
I do not see any of the debugging output that is shown in other screenshots I have seen, such as in a reference book I have or on ColdFusion websites. What option in the ColdFusion administrator will enable verbose debugging output to help me in my development?
Upvotes: 1
Views: 1142
Reputation: 63
If you look in the main admin page there is a Site-wide Error Handler option. make sure that's empty as that stops any debugging working.
Steps to Fix
Upvotes: 1
Reputation: 83527
Log in to the Cold Fusion Administrator. If you are running a Cold Fusion server on your local machine, the default URL is http://127.0.0.1:8500/CFIDE/administrator.
Under "DEBUGGING & LOGGING", click on "Debug Output Settings".
Click on the check box next to "Enable Request Debugging Output".
Upvotes: 2