OVERRIDE_DEBUG_MODE iirc is created by the use of <cfsetting
showdebugmode="yes"> which will turn on debugging for a single page. iirc
you still have to have your ip address in the list of debugging addresses to
see the debugging on that page. but this allows you to scriptably turn
debugging on or off to server different purposes...

I have a habbit of putting <cfsetting showdebugoutput="no"> in my
onrequestend.cfm or otherwise at the bottom of a given page. If it errors
before the tag, I see the debug info and I fix it. If no error is produced,
the debug info is suppressed, which allows me to see the page exactly as it
will appear to the user ( i.e. no scollbars if the debug output would
otherwise expand below and to the right of the browser window ).


Isaac Dealey
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

> -----Original Message-----
> From: robert_myers [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:22 PM
> To: CF-Talk
> Subject: URL Parameter?


> What does this URL Parameter mean?
> How is it being sent?

> Parameters

> URL Parameters:

> OVERRIDE_DEBUG_MODE=DEBUG

> CGI Variables:

> AUTH_PASSWORD=
> AUTH_TYPE=

> .

> .and as always, thanks in advance!

> 
______________________________________________________________________
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to