SyntaxFix
Write A Post
Hire A Developer
Questions
#if DEBUG bool bypassCheck=TRUE_OR_FALSE;//i will decide depending on what i am debugging #else bool bypassCheck = false; //NEVER bypass it #endif
Make sure you have the checkbox to define DEBUG checked in your build properties.