For some reason, Any code like:
#if DEBUG
CallSomeMethod();
#endif
Is always true regardless of debug or release mode. Any ideas why, and what setting I can use to turn the feature on or off? For the project, define DEBUG constant is set to true.
Thanks.
