To take your suggestion one step further, set a session variable or cookie
on your machine and wrap it the <cfsetting> with a <cfif checking for the
cookie.

<cfparam name="cookie.authMyStuff" value="0">
<cfif cookie.authMyStuff>
    <CFSETTING SHOWDEBUGOUTPUT="Yes">
</cfif>

That way if you want to see whats going on, just authorize yourself!

Paul Giesenhagen
QuillDesign

----- Original Message -----
From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 16, 2002 10:50 AM
Subject: RE: debugging


> > We use dynamic ip's here that constantly change, so we can't
> > list them in the CF Admin debugging.  I'd like to be able to
> > see the queries that are being run on my submit page, I've
> > tried using mode=debug, but doesn't seem to work with the
> > javascript form submit I'm using.
> > Is there a way to do this with CF4.5?
>
> Are you the only person using the page you want to see the debug on?
>
> If so, use;
> <CFSETTING SHOWDEBUGOUTPUT="Yes">
>
> Philip Arnold
> Technical Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> Switchboard: +44 (0)20 8680 8099
> Fax: +44 (0)20 8686 7911
>
> www.aspmedia.co.uk
> www.aspevents.net
>
> An ISO9001 registered company.
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
>
>
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to