Looks like there is a limit on the number of lines it shows.
I couldn't find it in the settings.
Is there a way to make IDEA keep everything in the Output window?
Looks like there is a limit on the number of lines it shows.
I couldn't find it in the settings.
Is there a way to make IDEA keep everything in the Output window?
Preferences/Settings -> Editor -> General -> Console
, check the box next to Override console cycle buffer size
, set to a larger number than 1024 KB.
Couldn't get more votes to close the question so I have to answer it myself.
IDEA_HOME\bin\idea.properties
#-----------------------------------------------------------------------
# This option controls console cyclic buffer: keeps the console output size not higher than the specified buffer size (Kb). Older lines are deleted.
# In order to disable cycle buffer use idea.cycle.buffer.size=disabled
idea.cycle.buffer.size=1024
idea.properties
is located at /usr/share/intellij-idea-ultimate-edition/bin/idea.properties
. Note that for Linux (unlike Mac) you don't need to create a copy of this file. –
Funambulist vi "/Applications/IntelliJ IDEA 14 CE.app/Contents/bin/idea.properties"
–
Beanery idea.cycle.buffer.size=disabled
worked for me +1. –
Reorder © 2022 - 2024 — McMap. All rights reserved.