Eclipse: Console Buffer Size

The default size of the console buffer in Eclipse is pretty small (80,000 characters). If your code is very verbose with its log messages, this console buffer can overrun very easily. The console silently removes all the lines that overrun (in FIFO order).

To increase or change the buffer size, head over to WindowsPreferencesRun/DebugConsoleConsole buffer size.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s