The editor and the console font size can be changed with ctrl+mouse wheel (ref), but how do you change the debug panel font size? I've been all through Colors & Fonts and haven't been able to find a way to do this.
1 Answer
It's not possible to change font size only for Debug, Run etc. tabs. But you can change font for whole IDE in File | Settings | Appearance & Behaviour | Appearance and here check Override default fonts option and change font size.
P.S. Try to use Grep Console plugin to make logs more readable.
- Thanks, but I know how to change the console font. It's the debug panel, with all the variables and array contents at a breakpoint, that I'm trying to increase the font size of.Drakes– Drakes2016-12-10 18:25:36 +00:00Commented Dec 10, 2016 at 18:25
- Opps. Sorry @Drakes. Please check my updates.Anton Dozortsev– Anton Dozortsev2016-12-10 18:58:21 +00:00Commented Dec 10, 2016 at 18:58
- 1Good job. Just what was needed. Thanks for the help.Drakes– Drakes2016-12-10 20:35:01 +00:00Commented Dec 10, 2016 at 20:35