Cmd debug
已回答

When I click debug it opens the project on a cmd and not in the integrated console of the debug .
I want to use the built-in console not cmd.
Thank you in advance
请先登录再写评论。
Reason: The IO redirection to CLion console only works for GDB 8.0 and newer.
Solution: go to
File | Settings | Build, Execution, Deployment | Toolchainsand in theDebuggerfield choose the bundled GDB (instead of GDB from MinGW).