I’m looking at some C# code, and have come across the following statement:
#if DEBUG // Do something here #else // Do something else #endif >
#if DEBUG // Do something here #else // Do something else #endif
On the project, go to Properties -> Build. Under general, you have an option there for defining both DEBUG and TRACE.
Properties -> Build
DEBUG
TRACE