the debug console does not work when use Cygwin
已回答
I'm now using CLion EAP 2019.1
CLion 2019.1 Beta
Build #CL-191.6183.6, built on March 13, 2019
CLion EAP User
Expiration date: April 12, 2019
JRE: 1.8.0_202-release-1483-b39 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
And My Cygwin version is 3.0.3.
When I use Debugger, the "Debug Console" outputs nothing and I have to type everything and see all outputs in a separate black window.
The Run mode works correctly, and each mode in mingw64 works correctly too.
请先登录再写评论。
Hello! Cygwin GDB doesn't support IO redirection, that's why the separate window is open (see this comment and the following ones).