본문 바로가기
Tips

Ctrl + F5눌러도 안 멈출때

by Leo 리오 2012. 6. 4.
반응형


With the new visual studio 2010 you might see this behavior even when you use ctrl f5 aka "start without debugging". This is most likely because you created an "empty project" instead of a "Win32 console application". If you create the project as a "Win32 console application" you can disregard this as it does not apply.

In the older versions it would default to the console subsystem even if you selected "empty project", but not in 2010, so you have to set it manually. To do this select the project in the solution explorer on the right or left (probably is already selected so you don't have to worry about this). Then select "project" from the menu bar drop down menus, then select "*project_name* properties" > "configuration properties" > "linker" > "system" and set the first property, the drop down "subsystem" property to "console (/SUBSYSTEM:CONSOLE)". The console window should now stay open after execution as usual.




반응형

'Tips' 카테고리의 다른 글

블리자드 디지털 설치파일  (0) 2012.06.16
vs2010 exception has benn thrown by the target of an invocation  (0) 2012.06.13
고려대학교 무선랜 설정  (0) 2012.05.23
AVX  (0) 2012.03.15
TTS  (0) 2011.11.30

댓글