Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: change font in variables view

The font in the variables view of the debugger is super tiny. Is there a way to enlarge it? Thanks.

I can't find a way to set it in Preferences -> Fonts and Colors, either on Source or Console.

I mean the part in the lower left in this picture.

enter image description here

like image 325
Eric Auld Avatar asked Dec 12 '17 00:12

Eric Auld


People also ask

How do you change text size in Xcode?

Changing the Xcode Font SizePress CMD + , Go to Font & Colors. Make sure to press CMD+A to select all possible text types. Then change the font size from the picker above.


2 Answers

I'm afraid you can't. It's part of the standard UI of Xcode, not the editor or the console.
The only way to make those bigger is to change the display resolution.

like image 86
BAndonovski Avatar answered Oct 27 '22 11:10

BAndonovski


Do you mean this? I could change the font by clicking the little "T"icon at the bottom part of the "Preference --- Fonts & Colors --- Console" interface. Please see the pictureenter image description here

enter image description here

like image 21
Jason Avatar answered Oct 27 '22 09:10

Jason