## CHIP_IO.Utilities Import the Utilities module as follows ```python import CHIP_IO.Utilities as UT ``` ### toggle_debug() Enable/Disable the Debug * Parameters None * Returns None * Examples ```python UT.toggle_debug() ``` [home](./index.md)