1

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)

4
  • 1
    What is 'variables'? Commented Oct 2, 2014 at 19:47
  • When you run program in debug mode, then Variables window appears, where all current variables are displayed
    – kiedysktos
    Commented Oct 3, 2014 at 8:06
  • Provide screenshot for more details Commented Oct 3, 2014 at 16:44
  • I have no rights to provide a screenshot, but I clarified my question
    – kiedysktos
    Commented Oct 8, 2014 at 7:12

2 Answers 2

2

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).

1
  • thanks, making default font bigger will help me also in other places. Even change from 13 to 14 makes difference, my eyes will be grateful after 10 years of coding
    – kiedysktos
    Commented Oct 10, 2014 at 7:37
1

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.

Not the answer you're looking for? Browse other questions tagged or ask your own question.