mar*_*trz 2 debugging qt-creator
我通常测试我的应用程序
./myapp < test/test01.in
Run Code Online (Sandbox Code Playgroud)
所以在我的运行配置中,我将命令行参数设置为:
< test/test01.in
Run Code Online (Sandbox Code Playgroud)
现在,当我启动调试会话时,我遇到了以下错误:
Debugging complex shell commands in a terminal is currently not supported.
Run Code Online (Sandbox Code Playgroud)
我可以在 QtCreator 中调试我的应用程序,而不必手动输入所有输入/将其直接复制到终端中吗?