C
Chris Durkin
True, you can set Release mode to include all the debug settings, but
then it isn't really Release mode, is it? Kind of defeats the purpose.
Debug mode has several useful features.. line #s, ability to attach to
a process, trace flags, etc.. but that stuff is for debugging, not
production code.
then it isn't really Release mode, is it? Kind of defeats the purpose.
Debug mode has several useful features.. line #s, ability to attach to
a process, trace flags, etc.. but that stuff is for debugging, not
production code.