Hi fellow ColdBox heads! Is there a way for me to programmatically enable/disable debug mode and/or the display of the debug panel? I’d like to do it from the model if possible. If anyone has any info on this please share. Thanks!!
you can modify any of the settings using environment controls, interceptor points, etc.
you can access the settings via the controller or getSetting(), depending on where the code is at.