Is there a way to set windows to leave console windows open?

假装没事ソ 提交于 2019-12-06 05:27:06

Try running the command in a cmd window (just type cmd in the Run box and execute your program by typing the path to it). This will have the cmd window open even after the program has ended and you can also set a buffer length for the window if your error messages are too long.

If you're running the program from a debugger, put a breakpoint on the last line of the program.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!