hello! any fusebox folks around that could help me figure something out? trying to get debug info to show all the time when on my dev machine (mac / lucee latest commandbox) and i cant get it to show under a fusebox app except when there is an exception of some sort. any ideas? thanks! @Tony Weeg
b
bdw429s
11/28/2022, 1:59 AM
Hi @Tony Weeg glad you made it!
bdw429s
11/28/2022, 2:00 AM
I'd check the fusebox core and see if it has a cfsetting tag that's turning off debugging on every request.
👍 1
t
Tony Weeg
11/28/2022, 2:13 AM
fusebox newb here / what's the fuse box core? thank you!
b
bdw429s
11/28/2022, 3:43 AM
The fusebox framework
👍 1
j
Jim Priest
11/28/2022, 2:10 PM
From the release notes here: https://github.com/fusebox-framework/Fusebox-ColdFusion/blob/master/docs/releasenotes550.pdf
It mentions :
myFusebox.showDebug
Ticket #250. You can now suppress debug trace output on a per-request basis by setting
myFusebox.showDebug to false at any point during the request. If debugging is not enabled in
fusebox.xml (or via FUSEBOX_PARAMETERS in index.cfm or Application.cfc ), this set-
ting has no effect.