CLion unnecessary forced line wrap in console output

I want to print a long line but Clion forcefully wraps my output. I even tried to go to setting to change line wrap of code but it works only for code. In console, I have tried to enable/disable Soft-wrap, but it seems no working.

I habitually try to print long lines in pycharm and intellij idea without any line-wrap. Clion behaves strange.

 

5
9 comments

Hi!

On what OS do you use CLion? What toolchain do you use?

0

I see the same thing:

In CLion, on Linux, in the Terminal view.

0

alieuall in case of Terminal please try disabling "Use soft wraps in console" in File | Settings | Editor | General | Console.

0

alieuall please create an issue in the IntelliJ platform's tracker: https://youtrack.jetbrains.com/issues/IDEA.

0

I have the same issue on IDEA 2021.1.3 on Windows and git bash as terminal

debugger links have unwanted line-breaks

0
Avatar
Permanently deleted user

Same issue CLion 2021.2.3.

0

Still broken in CLion 2023.2.2

0

found a solution on stackoverflow:
https://stackoverflow.com/a/52290166/3353857

opt out value of run.processes.with.pty in Clion's "Registry..."

0

Please sign in to leave a comment.