hello! any fusebox folks around that could help me...
# lucee
t
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
Hi @Tony Weeg glad you made it!
I'd check the fusebox core and see if it has a cfsetting tag that's turning off debugging on every request.
👍 1
t
fusebox newb here / what's the fuse box core? thank you!
b
The fusebox framework
👍 1
j
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.
🙌 1