参考:https://stackoverflow.com/questions/35385772/running-clion-on-the-system-console-like-visual-studio
在运行配置的地方进行编辑:
- 可执行文件设置:C:\Windows\System32\cmd.exe
- 程序实参:/c “start cmd.exe @cmd /c “XXXProgramName.exe””
- 工作目录设置为当前运行的目录: C M a k e C u r r e n t B u i l d D i r CMakeCurrentBuildDir CMakeCurrentBuildDir
- 环境变量设置:QT_ASSUME_STDERR_HAS_CONSOLE=1