Changing the appearance of the console view
To set the types of output (and their colors) in the Console view:
-
From the menu bar, select Window > Preferences
> Debug > Console to view the Console Preferences page.
-
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.
-
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.
-
Click any of the color buttons to change the color for the corresponding
text stream.
To set the fonts used in the Console view:
-
From the menu bar, select Window > Preferences
> General > Appearance > Colors and Fonts to view the Fonts Preferences page.
-
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).
Debugger
Java views
Console view
Views and editors