Is there a way to increase the font-size in the Firefox extension Firebug?

link|improve this question

feedback

4 Answers

up vote 14 down vote accepted
  1. Right click on the bug icon in the status bar.
  2. Select "Open Firebug in New Window"
  3. Select "View" > "Text Size" > "Increase Text Size"

The changes should stick if you revert back to opening Firebug in the same window.

Update

In new versions you can simply click on the bug icon in the code navigator and choose 'Text size'.

link|improve this answer
This unfortunately doesn't work on OS X, due to the lack of a "View" menu on the Firebug popup window. Prestaul's answer works, though, so there is hope! – Chris Fletcher Apr 15 '11 at 18:49
1  
this is outdated for 8.00.35, click the firebug icon – memnoch_proxy Nov 3 '11 at 22:38
feedback

Without opening Firebug in its own window, you can just click the bug icon in the top left of the Firebug pane and there is a "text size" option.

link|improve this answer
1  
Yeah...that too! – Jonathan S. Nov 3 '08 at 22:11
2  
I. LOVE. YOU. Holy hell, I've been searching for a solution to this, but all I could find was tutorials and tips on how to use Firebug to tweak the font styles on your page, not Firebug itself. Stack Overflow saves the day again. – Chris Fletcher Apr 15 '11 at 18:44
On Firebug 1.8, this doesn't work for the source code in the 'HTML' view, sadly. – Merijn Aug 10 '11 at 9:59
Thanks for saving my eyes from the damage of small font size on a 1080P screen with 1920x1080 resolution. I hate programs that doesn't aware the custom (larger) DIP settings on Windows 7. – Edwin Yip Oct 11 '11 at 6:34
feedback

In Firebug 1.9.1 you can simply click on the bug icon in the code navigator and then choose 'Text size'.

link|improve this answer
feedback

Just click inside the FireBug window and use [Control][+] or [Control][-] key combinations.

With these hot-keys it's easier to work, since one can use them just as required.

You might say "that's not the font-size..." but the effect is quite the same, just on-the-fly.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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