Tomek Kott wrote:
> ...and hence slowing down my FC install.
>
> Is that correct?
>
Yes, if the debugger is on, it runs for every request.  Regardless of 
whether or not you see the output.
> And also, is there a way to check whether "Enable Debugging" is on, if 
> my ip is now allowed to see the results?
>
> I just want to make sure before I start pestering my host admin with 
> questions.
>
Yes.  It's called coldfusion.server.ServiceFactory and it's called by 
using a createobject of type java.

<cfset dsService = CreateObject("java", "coldfusion.server.ServiceFactory")>

I don't recall the exact code (and I won't have access to it until later 
tonight or sometime 
this weekend), but you can use the serviceFactory to view the IPs in the debug 
IP list.  You 
should be able to dump the object to get a feel for the methods contained 
therin.


Matthew Williams
Geodesic GraFX

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to