Diablicolic Posted August 4, 2003 Posted August 4, 2003 What's the difference between the Debug and Release Solution Configuration, does it really matter? Quote "Reality is fake, Dreams are for real"
*Experts* Volte Posted August 4, 2003 *Experts* Posted August 4, 2003 Debug configurations mean that the EXE has debug symbols in it; this allows the .NET IDE to stop at breakpoints and set watches and all that. If you are not planning on debugging the application, you should compile it for Release. It makes the app smaller and possibly faster. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.