Hello
I am using Visual studio 2008 ASP.net 3.5
i am looking for a solution to add debug messages in code which I want to handle during compilation time
i.e If I compile in release ( commerical release) mode I dont want the debug messages to compile and in debug mode I want them to complile
Can I add them as macros i.e #ifdef statements ?
Please help asap
Basically I want to have two builds , one in which I have these debug messages and in the other they shouldnt be present
Start Free Trial