Re:Programmatically set debug options
FuseBox 4 supports a "Developer" switch. Then when you complete you turn the switch to "Production". [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
Re:Programmatically set debug options
>Does anyone know of a way to set specific debug options? Yup, you can do it using the (undocumented, therefore unsupported) factory methods: // grab the debugging service factory = createobject("java", "coldfusion.server.ServiceFactory"); cfdebugger = factory.getDebuggingService();