Visual Studio 2010 Beta start without debugging Console wont stay open
Posted
by CousinVinny
on Stack Overflow
See other posts from Stack Overflow
or by CousinVinny
Published on 2009-12-29T13:05:58Z
Indexed on
2010/05/27
18:01 UTC
Read the original article
Hit count: 913
visual-studio
I want to keep the console (output) window open to view the output of the project I am working on. I have enabled the start without debugging option and added the button to the debugging toolbar, but alas it fails to keep it open nicely like in visual studio 2008. I have to add cin.getline() etc etc etc to get it to stay open, but I don't want to type it. Any suggestions as to alter it Visual Studio 2010 to keep it open, or any debugging tricks to make it easier to view output for longer than a flash. Visual Studio used to have a "Press any key to continue prompt" I want it back...
© Stack Overflow or respective owner