Changing the appearance of the console view

To set the types of output (and their colors) in the Console view:

  1. From the menu bar, select Window > Preferences > Debug > Console to view the Console Preferences page.

  2. Checking the Show when program writes to standard out checkbox will make the Console view visible each time new output is written to the console from the program's standard output stream. If there is no Console view in the current perspective, one will be created.

  3. Checking the Show when program writes to standard err checkbox will make the Console view visible each time new output is written to the console from the program's standard error stream. If there is no Console view in the current perspective, one will be created.

  4. Click any of the color buttons to change the color for the corresponding text stream.  

To set the fonts used in the Console view:

  1. From the menu bar, select Window > Preferences > Workbench > Fonts to view the Fonts Preferences page.

  2. Select Debug Console Text Font from the list of fonts and use the Change... button to change the font.  (The Detail Pane Text Font can be used to change the font of the debugger's detail pane).

Related concepts

Debugger
Java views

Related reference

Console view
Views and editors

Legal notices