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.

0
9 comments

This is what I mean when I do cout >

https://imgur.com/a/rEm6dsQ

Halp!

0

Hello!

Click the "Use Soft Wraps" button to turn off the soft wrap mode of the output.

0

Hey

 

Yep I tried that, no change. Either button does nothing or something is wrong somewhere.

0

What CLion version, OS and compiler do you use? 

0

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.

0

Looks like https://youtrack.jetbrains.com/issue/CPP-10624. Feel free to comment or upvote in order to get updates.

0

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

0

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!

 

0

Please sign in to leave a comment.