I noticed that in the old 3.x wiki it mentioned a collection of URLactions (http://wiki.coldbox.org/wiki/URLActions.cfm) that could be used to cue the framework to do various things. One of those is ?debugmode=true which turns on the cfdebugger panel.
I used that successfully in 3.x installations, but we’re (finally) upgrading our app to 4.0 and in testing that in the querystring it doesn’t seem to work. I have the module installed in coldbox/system/modules/cbdebugger, and the debug panel does appear if I set debugmode to true in configStruct.debugger in the module’s ModuleConfig.cfc file. Oddly enough, “Coldbox Debugger v1.3.0+00002” is the first pane in the debugger accordion and its Turn Debugger Off button doesn’t turn the debugger off. It’s like the URLaction for the debugger isn’t working either way now and the enabling/disabling is only effective for the config file setting itself.
Has anyone else run into this? I don’t see any reference to URLactions in the new 4.0 docs. The ?fwreinit=1 one seems intact, though, so they’re at least partly still present.
thanks in advance