Problem: start without debugging missing in visual studio 2010 C++
When use ctrl-F5, it automatically closes console window.
To fix this, do the following:
When use ctrl-F5, it automatically closes console window.
To fix this, do the following:
- right click the project name,
- go to Properties page,
- expand Configuration Properties -> Linker -> System,
- select Console (/SUBSYSTEM:CONSOLE) in SubSystem dropdown.
No comments:
Post a Comment