Clion Debugging MinGW-x64
已回答
When I try to debug any code, the debugger tends to skip the printf() functions to the console. How do I set it up so when the break point is after a printf() I can see what it printed to the console?
请先登录再写评论。
Hi, Jesse!
The following issue looks related: https://youtrack.jetbrains.com/issue/CPP-11773. Feel free to comment or upvote, follow it to get updates. As a workaround you can explicitly flush the output. Sorry for the inconvenience.