Is there any global way to turn off try/catch handling?  I believe I've heard 
of this for VB but I don't think I've come across it for CF.

My issue is that I'm creating a new version of a site based on an existing 
codebase, and I have to update the schema references and some other cleanup.  
It's a lot easier to fix a hard error than to notice/track down logical errors 
(i.e. did the item I just saved not show up because it wasn't saved or because 
the query to display is wrong).

It's clunky to go around commenting out try/catch blocks. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334925
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to