191

表示される行数に制限があるようです。

設定で見つけられませんでした。

IDEA ですべてを [出力] ウィンドウに保持する方法はありますか?

4

2 に答える 2

239

Preferences/Settings -> Editor -> General -> Consoleの横にあるチェックボックスをオンにしてOverride console cycle buffer size、1024 KB より大きい数値に設定します。

設定ウィンドウのスクリーンショット

于 2015-11-19T09:43:15.387 に答える
135

質問を閉じるための投票がこれ以上得られなかったので、自分で回答する必要があります。

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 
于 2012-10-26T23:45:55.757 に答える