kiedysktos
kiedysktos

Reputation: 4100

How to change font size of Data Views tab/window in Intellij?

I don't know how to change it, variables display font is too small. Please advise.

EDIT:

To clarify: this is called "Data views". In preferences you go to Debugger\Data Views, but unfortunately there is no font adjustment available.

(this was advice of my experienced friend: use huge fonts, your eyes will be more relaxed so you won't need to wear glasses as many programmers do)

Upvotes: 1

Views: 1222

Answers (2)

Hreinn
Hreinn

Reputation: 11

I am using Custom Color scheme and this is not correct for me. For me I needed to change in Settings: Editor -> Color Sheme -> Console Font

I checked 'Use console font instead of the default' and changed the size of the font.

Upvotes: 1

Software Engineer
Software Engineer

Reputation: 16130

Under Preferences -> Appearance there is an option to override the default fonts:

enter image description here

The font and size you put here will be used in the Variables window during debugging (and many other windows too).

Upvotes: 2

Related Questions