Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox error console buffer size is too small

Tags:

firefox

How to change the default Firefox error console buffer size? The problem is that there isn't enough time to read messages: old ones get overridden by the newer messages.

like image 277
Michael Spector Avatar asked Jun 15 '11 05:06

Michael Spector


People also ask

What is console Firefox?

The Browser Console is like the Web Console, but applied to the whole browser rather than a single content tab. So it logs the same sorts of information as the Web Console - network requests, JavaScript, CSS, and security errors and warnings, and messages explicitly logged by JavaScript code.


2 Answers

I know this is an old one, but this came up as my top search and the setting can now be found in the about:config settings.

Type about:config into the address bar and select ok to the dragons.

type this into the filter

devtools.hud.loglimit.console
like image 129
SystemicPlural Avatar answered Nov 02 '22 19:11

SystemicPlural


AMO :: DevPrefs

Can increase buffer size from the options panel of that addon:


(source: mozilla.net)

like image 23
Noitidart Avatar answered Nov 02 '22 20:11

Noitidart