Skip to main content
Known Participant
August 29, 2013
Answered

Detailed Error Messages

  • August 29, 2013
  • 1 reply
  • 809 views

We're upgrading from CF8 to CF10.  One of the things I always liked about Coldfusion was that it gave some pretty detailed error messages by default, so that you could see roughly where your code was exploding at.

I'm working through updating the places in the code where there's things not compatible before I upgrade on the server, but these generic error messages are pretty useless.  Is there any way to get the older style of error messages back in CF10, atleast on the development machine?  I'm using the built in web server.

This topic has been closed for replies.
Correct answer vishu_13

Hi

In ColdFusion 10 Administrator, Debugging & Logging > Debug Output Settings check the first 3 options.



Thanks

VJ


1 reply

vishu_13
vishu_13Correct answer
Inspiring
August 29, 2013

Hi

In ColdFusion 10 Administrator, Debugging & Logging > Debug Output Settings check the first 3 options.



Thanks

VJ


rdhelmsAuthor
Known Participant
August 29, 2013

Thank you sir!