RE:_Debugging?

2007-03-19 Thread Chad Gray
cfsetting showdebugoutput=no If you want it to be site wide stick it in your application.cfm -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 11:30 AM To: CF-Talk Subject: Debugging? Is there a way to have Debugging turned OFF for one site

RE: _Debugging?

2007-03-19 Thread Adkins, Randy
DOH!! DAMMIT!! How stupid of me! Thanks Chad -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 11:33 AM To: CF-Talk Subject: RE:_Debugging? cfsetting showdebugoutput=no If you want it to be site wide stick it in your application.cfm

Re: _Debugging?

2007-03-19 Thread Jake Pilgrim
To add a little overkill to this thread, I like to do something similar to the following (please note this code is very trimmed down): --- in application.cfc: cffunction name=onRequestEnd cfparam name=URL.debug default=false / cfsetting showdebugoutput=#URL.debug# / /cffunction Then you can

Re: _Debugging?

2007-03-19 Thread Robertson-Ravo, Neil (RX)
. Visit our website at http://www.reedexpo.com -Original Message- From: Jake Pilgrim To: CF-Talk Sent: Mon Mar 19 15:41:43 2007 Subject: Re: _Debugging? To add a little overkill to this thread, I like to do something similar to the following (please note this code is very trimmed down

Re: _Debugging?

2007-03-19 Thread Jake Pilgrim
website at http://www.reedexpo.com -Original Message- From: Jake Pilgrim To: CF-Talk Sent: Mon Mar 19 15:41:43 2007 Subject: Re: _Debugging? To add a little overkill to this thread, I like to do something similar to the following (please note this code is very trimmed down