I have a visual studio 2010 question. I have visual studio solution with multiple projects including several console applications. Until recently all console apps would open a console window which stayed open after the app finished executing when started without debugging (Ctrl + F5). Now, one of the apps stopped keeping the window open. The projects are under source control and nothing has changed in the settings as far as I can tell. Also, the Linker->Sytrem->SubSystem setting is set to Console (/SUBSYSTEM:CONSOLE) like all the other apps. Does anyone know what else could be the issue? I have rebuilt, closed and even rebooted my machine.
Asked
Active
Viewed 1,185 times
0
-
[Similar question](http://stackoverflow.com/questions/193469/how-to-make-visual-studio-pause-after-executing-a-console-app-in-debug-mode) with a bunch of answers. – Darth Continent Jan 09 '13 at 20:27
-
I already have the console setting set and am starting with ctr+f5. This still does not work (though it used to). – stas Jan 09 '13 at 20:32
-
Weird; have you already updated VS 2010 to service pack 1? – Darth Continent Jan 09 '13 at 20:49