Cmd debug
Answered

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
Please sign in to leave a comment.
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).