RE: Dynamic Debug?

2004-07-01 Thread Douglas.Knudsen
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pc6.htm#wp1103514


 
Doug

-Original Message-
From: Gonzo Rock [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 01, 2004 3:45 PM
To: CF-Talk
Subject: Dynamic Debug?

Is there a way to turn on dynamic debugging?

Rather than setting it up in CFAdmin by choosing Output Debug Data and 
Setting an IP to allow debug data on?

I would like to perhaps set debug on in Application.cfm if possible.


Turn On Debug Output

 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Dynamic Debug?

2004-07-01 Thread Tangorre, Michael
> Is there a way to turn on dynamic debugging?
> Rather than setting it up in CFAdmin by choosing Output Debug 
> Data and Setting an IP to allow debug data on?
> I would like to perhaps set debug on in Application.cfm if possible.
> 
> 	Turn On Debug Output
> 
> 

Turn on debugging in the administrator.






	

	


HTH,

Mike
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Dynamic Debug?

2004-07-01 Thread Claude Schneegans
>>

Does this mean that you are debugging on your production site?
Tsst ttt tt :-)

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Dynamic Debug?

2004-07-01 Thread Gonzo Rock
Ahhh... yes. Thank You.

I discovered that one needs to remove all IP addresses from the 
CFadministrator in order for the showdebutoutput="Yes/No" setting to be 
effective.

Thanks again,
Gonz

At 12:47 PM 7/1/04, you wrote:

>http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pc6.htm#wp1103514
>
>
>
>Doug
>
>-Original Message-
>From: Gonzo Rock [mailto:[EMAIL PROTECTED]
>Sent: Thursday, July 01, 2004 3:45 PM
>To: CF-Talk
>Subject: Dynamic Debug?
>
>Is there a way to turn on dynamic debugging?
>
>Rather than setting it up in CFAdmin by choosing Output Debug Data and
>Setting an IP to allow debug data on?
>
>I would like to perhaps set debug on in Application.cfm if possible.
>
>
>Turn On Debug Output
>
>
>   _
>
>--
>[Todays Threads] 
>[This Message] 
>[Subscription] 
>[Fast 
>  Unsubscribe] [User Settings] 
>[Donations 
>and Support]
>
>--
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Dynamic Debug?

2004-07-01 Thread Dave Watts
> Is there a way to turn on dynamic debugging?
> 
> Rather than setting it up in CFAdmin by choosing Output Debug 
> Data and Setting an IP to allow debug data on?

Others have already told you how to do this, so I won't bother. However,
it's worth pointing out that CFMX's debugging is quite intensive, and just
having it on (even if no one's using it) will significantly degrade
performance in a production environment.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Dynamic Debug?

2004-07-01 Thread Gonzo Rock
You teasing me dude   ;-)

Actually it just means that whenever I log in with a particular username CF 
will show me debug info without my having to hit the CFadmin site and set 
it to my then current IP. When I forget to reset it... some unlucky/lucky 
user eventually gets to see the debug data...  not the best of 
situations.  (The client has me on a VPN and the darn IP changes every time 
I log in to monitor something.)

~Gonz

At 01:05 PM 7/1/04, you wrote:

> >>
>
>Does this mean that you are debugging on your production site?
>Tsst ttt tt :-)
>
>--
>___
>REUSE CODE! Use custom tags;
>See http://www.contentbox.com/claude/customtags/tagstore.cfm
>(Please send any spam to this address: [EMAIL PROTECTED])
>Thanks.
>
>--
>[Todays Threads] 
>[This Message] 
>[Subscription] 
>[Fast 
>  Unsubscribe] [User Settings] 
>[Donations 
>and Support]
>
>--
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Dynamic Debug?

2004-07-01 Thread Gonzo Rock
Thanks man... This I did not know

Running 50+ users... FactoryFloorControl... not much of a load really... 
Everything Zings... Even huge queries... but will keep an eye on it.

Thanks Dave,

At 01:23 PM 7/1/04, you wrote:

> > Is there a way to turn on dynamic debugging?
> >
> > Rather than setting it up in CFAdmin by choosing Output Debug
> > Data and Setting an IP to allow debug data on?
>
>Others have already told you how to do this, so I won't bother. However,
>it's worth pointing out that CFMX's debugging is quite intensive, and just
>having it on (even if no one's using it) will significantly degrade
>performance in a production environment.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>phone: 202-797-5496
>fax: 202-797-5444
>
>--
>[Todays Threads] 
>[This Message] 
>[Subscription] 
>[Fast 
>  Unsubscribe] [User Settings] 
>[Donations 
>and Support]
>
>--
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Dynamic Debug?

2004-08-18 Thread Dharmesh Goel
Hi Gonz,

Thanks for your tip. Was struggling with this. Debugging would show on one website and not another. I tried your tip below and it works beautifully.

Dharmesh

-Original Message-
From: Gonzo Rock [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 01, 2004 4:14 PM
To: CF-Talk
Subject: RE: Dynamic Debug?

Ahhh... yes. Thank You.

I discovered that one needs to remove all IP addresses from the 
CFadministrator in order for the showdebutoutput="Yes/No" setting to be 
effective.

Thanks again,
Gonz
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]