Clion debug/cout - RUN TAB - character limit - wrap settings?
Answered
Hey
This is frustrating, but maybe someone can help.
Whenever I run app and I debug/cout stuff. The length of the text is cut out at the same character limit for every line. How on earth can I change that limit? Its limited to 20% of my screen width sigh.
TIA.
Please sign in to leave a comment.
This is what I mean when I do cout >
https://imgur.com/a/rEm6dsQ
Halp!
Hello!
Click the "Use Soft Wraps" button to turn off the soft wrap mode of the output.
Hey
Yep I tried that, no change. Either button does nothing or something is wrong somewhere.
What CLion version, OS and compiler do you use?
Latest clion & one before that stable one
Win10x64
VS for compiler
x64debug
I tried on my laptop and workstation. Neither of them can display long text in run tab.
Looks like https://youtrack.jetbrains.com/issue/CPP-10624. Feel free to comment or upvote in order to get updates.
I had limited success with disabling run.process.with.pty. The cout<< prints great - long lines yay!. But the qDebug() now does not print at all! :- (
https://stackoverflow.com/questions/52791064/clion-run-window-character-limit-per-line
@Dariusz debug is not supported for MSVC toolchain - https://youtrack.jetbrains.com/issue/CPP-8677.
I know, but if you take qt and use qDebug()<< "some stuff"; that will not print when the run.processes.with.pty set to off.
Ok I just did another test, and it seems to be working. I can have a LONG qDebug print outs now yay! - using latest EAP. I guess some1 fixed it in eap? :D yay!