Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在不使用的情况下阻止 Visual Studio 2012 在执行后关闭控制台窗口system("pause");?
system("pause");
右键单击您的项目-> 属性-> 配置属性-> 链接器-> 系统。
然后Console (/SUBSYSTEM:CONSOLE)在“子系统”选项中选择。
Console (/SUBSYSTEM:CONSOLE)
只需单击 VS 代码窗口的最左侧即可放置断点(通常与“Return 0;”相反或更高)。