Skip to content

rs-debug-enable

Enables bash debugging ('set -x') in the 'setup.tmpl'.

Boolean value that enables Bash Script debugging - essentially by turning on 'set -x' globally. Scripts can (and probably do) enable/disable this flags in various sections. In those cases we are not overriding those values.

Additionally, the shell variable 'RS_DEBUG_ENABLE' is set to 1 (on) for Script authors to use. This allows a construct like

Bash
(( $RS_DEBUG_ENABLE )) && run_debug_function

Objects that Reference rs-debug-enable

Objects used by rs-debug-enable

Not used in current content packs