This is probably an easy Visual Studio question, but I couldn't find it on the site.
When I "Start Debugging" a console program, it immediately exits when its finished. Is there any way to have it pause when it ends without putting an explicit pause command at the end of your program?