You have to have debugging turned on in the administrator. Then you can manage the debug output using CFSETTING.
Jeff ----- Original Message ----- From: "Turetsky, Seth" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 9:02 AM Subject: RE: debugging Hrm, for some reason the cfsetting tag isn't working, it's enabled in the admin. -----Original Message----- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 11:57 AM To: CF-Talk Subject: Re: debugging 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. > ********************************************************************** > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

