.
You can use an IF statement in the same expression with say.. a Switch like this:
IF(DebugSwitch,your_expression,default_value)
"default_value" can be, depending on where the Expression is used, a 0 or a 1 or an empty string, etc.
So, only when the "debug switch" is On your expression will be evaluated. You can choose not display the Switch if you fear someone would flip it unknowingly.
Hope this gives you some ideas...
Khalid 🙂
.