How to Make the Eclipse Console Output Buffer Bigger
The Eclipse Integrated Development Environment is a free, open source piece of software that allows you to develop programs in many different languages. The Eclipse IDE has a built-in console window that displays useful information such as program output, compilation warnings and compilation errors. The console displays a limited amount of information set by the size of the output buffer. If you need the console to display more information, you can increase the size of the console output buffer.
Instructions
-
-
1
Load the Eclipse IDE by clicking on its icon. A splash screen will appear and then the main application window will load.
-
2
Select "Window" from the menu located at the top of the main application window. A sub-menu will appear.
-
-
3
Select "Preferences" from the sub-menu. A window labeled "Properties" will appear.
-
4
Click on the phrase "Run/Debug" from the left-hand side column in the "Properties" window.
-
5
Click on the check box labeled "Limit Console Output" to make the option "Console buffer size" available.
-
6
Type in the number of characters you want the console to buffer by typing a number into the text box labeled "Console buffer size." The default value is 80,000.
-
1