Right now, when CF encounters an error, I get a page with a single line of text and a large circle that says ERROR.
Though I'm sure this is a safe template to show users, I am testing in a closed environment and need more info. I went into the CF ACP and turned on Robust Exception Information, but that error still shows. Is there a way to get CF to display error information instead of this template while I'm in closed development environments?
I had to wrap my code in a TRY/CATCH and dump the CFCATCH in order to get the useful info.