The following bug, closed as fixed in Visual Studio 2010 RC, is still there:https://connect.microsoft.com/VisualStudio/feedback/details/521838/vc-program-launch-with-option-start-without-debugging-would-not-pause-before-exit?wa=wsignin1.0#tabs In my Makefile project, if I start the program without debugging (CTRL+F5), it always (per default) closed the opened console window. I compared my project file to a standard console application project file, and found the following:<ItemDefinitionGroup> <Link> <SubSystem>Console</SubSystem> </Link></ItemDefinitionGroup>Inserting this (using a text editor) under <Project> in my makefile project .vcxproj file solves the problem ... It would make sense that is the default behavior (as it is in my vs2005), or that this could be controlled from the standard project dialog.
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results