_debug_

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
complete
Member
Posts: 75
Joined: Fri Aug 26, 2005 11:08 am

_debug_

Post by complete »

I have seen this sort of thing in old MFC procgrams in C++ and I wonder what is the comparable way to do this in C#.

If I want a C# program to run differently in debug mode than in release mode, how do I do it? Don't I use some sort of #ifdef _DEBUG_ command?
Post Reply