K
KBS Tours Development
Hi,
I use #if DEBUG in several places in my code and I realized that when I
change the build type to Release the lines under #if DEBUG were still
executable.
In fact my production code has a lot of failures due to this problem.
Can someone tell me why it does not work in my solution?
Is there a setting that I don't know?
I use #if DEBUG in several places in my code and I realized that when I
change the build type to Release the lines under #if DEBUG were still
executable.
In fact my production code has a lot of failures due to this problem.
Can someone tell me why it does not work in my solution?
Is there a setting that I don't know?