Does this method, i.e. 'www.myserver.com/cfdocs/test.cfm?mode=debug' actually
work???

Couldn't that be used to get debug off other people's sites? What restrictions
are on it?

Peter Tilbrook wrote:
> 
> Spectra has a "cfa_stripdebugger" tag that apparently "Strips ColdFusion
> debugging output from the bottom of a page.".
> 
> Probably not much use - but I did find this:
> 
> 'Generating debug information for an individual page
> 
> You can view the parameters and CGI environment variables for an individual
> application page without turning on the global debug settings in the
> ColdFusion Administrator. Simply append the parameter "mode=debug" to the
> end of the URL.
> 
> www.myserver.com/cfdocs/test.cfm?mode=debug'
> 
> and also this:
> 
> 'Generating debug information for an individual query
> You can view debug information for an individual query by putting the debug
> attribute into the opening CFQUERY tag:
> 
> <CFQUERY NAME="TestQuery" DATASOURCE="CompanyInfo" debug>
>     SELECT * FROM TestTable
> </CFQUERY>
> 
> When this query runs, it places the debug information into the output page
> where the query is placed.'
> 
> Note that I'm using 4.5.1 - it might not apply to earlier versions.
> 
> Hope this helps!
> 
> Cheers!
> 
> Peter Tilbrook
> Internet Applications Developer
> Aspect Computing Pty. Ltd.
> 19-25 Moore Street
> Turner, ACT, 2612
> AUSTRALIA
> 
> http://www.aspect.com.au
> 
> Phone: (02) 6247 7677
> Fax: (02) 6249 1620
> Mobile: 0428 765 020
> ICQ: 666275
> 
> ACT ColdFusion Users Group - http://203.37.24.198
> 
> -----Original Message-----
> From: Rice, David [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 28 September 2000 6:00
> To: CF-Talk
> Subject: Suppress debug for a single template...
> 
> Isn't there a CF tag or function to suppress debug output just for a single
> template? I seem to remember seeing something about that one time but can no
> longer find the information.
> 
> David L. Rice
> Web Applications Developer
> Nation Tax, Inc.
> [EMAIL PROTECTED]
> Direct: 205.380.8164
> Demo our services @ www.nationtax.com
> ----------------------------------------------------------------------------
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> ------------------------------------------------------------------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

-- 
David Cummins
Systems Developer
Ubiquity Software Ltd.
Ph: (09) 309-1921
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to