#ifdef _debug_ ???

Yaron

Newcomer
Joined
Dec 8, 2003
Messages
6
Hi

I am looking for a way to determine at run time if the application was compiled for release or debug mode.

If there something in C# similar to CVC __DEBUG__ or something similar, so I can:

#ifdef __DEBUG__
DoSomething();
#endif

thanks!
 
Back
Top