Eclipse terminal trims characters after a certain point. Limit width size

Viewed 3300

eclipse terminal, for some reason, refuse to receive extra characters. My intuitive approach was Windows-->preferences-->Terminal but there's nothing there that indicates the width size limitation.

enter image description here

4 Answers

having same issue with windows10 and eclipse Oxygen.2

workaround for me is to open local terminal when eclipse is NOT maximized, hence eclipse can be maximized again and terminal still behave without characters trimmed

no need to switch to legacy console mode that also worked

Windows-->Preferences > Run/Debug > console > Limit console output > uncheck and set Fixed width console

enter image description here

Related