This isn\'t a typical question to solve a specific problem, it\'s rather a brain exercise, but I wonder if anyone has a solution.
In development we often need to disable
Use some preprocessor logic to help you out here:
#if 0 //code goes here #endif
Enjoy