Hi, is there a simple way to check if a script is/isn't being run in debug mode (similar to preprocessor instructions)? pseudocode: ``` #ifdebug doThis(); #endif ```