What's the easiest way to programatically check if the current assembly was compiled in Debug or Release mode?
|
|
If you want to program different behavior between debug and release builds you should do it like this:
Or if you want to do certain checks on debug versions of functions you could do it like this:
The |
|||
|
|
|
|
I hope this be useful for you:
|
||
|
|
