just note that debugging eats up noticeable CPU candy regardless of the
number of users it is visible to.

DK

On 7/5/07, Jim McAtee <[EMAIL PROTECTED]> wrote:
>
> ----- Original Message -----
> From: "Dave Watts" <[EMAIL PROTECTED]>
> To: "CF-Server" <[email protected]>
> Sent: Thursday, July 05, 2007 11:48 AM
> Subject: RE: Debugging IP addresses in CF7
>
>
> > There's nothing built into CF for this, but you can build your own
> > mechanism
> > that conditionally shows debug output on any basis whatsoever - logins,
> > etc.
> >
> > <cfsetting showdebugoutput="false">
> >
> > <cfif IWantToSeeDebugInfo>
> > <cfsetting showdebugoutput="true">
> > </cfif>
> >
> > The reason I have two CFSETTING tags in the above example is because the
> > value of SHOWDEBUGOUTPUT is true by default, so you'd want to disable it
> > for
> > everyone, then enable it for specific people.
>
>
> Yeah, I suppose we could roll our own.  Probably have to be cookie based,
> but it would need to be done on a per web site basis.  I think we'll just
> get the extra IP addresses.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6374
Subscription: http://www.houseoffusion.com/groups/CF-Server/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10

Reply via email to