Increase the font size in Firebug?

Viewed 27100

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

13 Answers
  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'.

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.

Related