Unwanted line breaks in run window
已回答
I don't understand the reason why clion breaks lines in application output window
请先登录再写评论。
Please check out the link that I shared - https://youtrack.jetbrains.com/issue/CPP-10624. It also contains a workaround. Or you can run the configurations in external console - https://blog.jetbrains.com/clion/2021/06/clion-2021-2-eap-debugger-cmake-presets/#run_in_external_console_on_windows.
Hello!
What toolchain do you use? Is it MSVC (https://youtrack.jetbrains.com/issue/CPP-10624)?
Yes, i use MSVC but how is it related? Isn't the run window just a frontend for application output that shouldn't depend on the toolchain? It works as it supposed to in cmd and powershell
Thanks, the workaround https://stackoverflow.com/a/52290166/6119618 worked for me