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

1
1 comment

Reason: The IO redirection to CLion console only works for GDB 8.0 and newer. 


Solution: go to File | Settings | Build, Execution, Deployment | Toolchains and in the Debugger field choose the bundled GDB (instead of GDB from MinGW).

0

Please sign in to leave a comment.