firefoxloggingconsolefirefox-developer-tools

How do I prevent Firefox console from grouping duplicate output?


How can I disable the grouping of log entries in the Firefox console?

I have seen how to do it with Firebug https://superuser.com/questions/645691/does-firebug-not-always-duplicate-repeated-identical-console-logs/646009#646009 but I haven't found any group log entry in about:config section.

I don't want use Firebug, because it's no longer supported or maintained and I really like Firefox console.

I want console to print each log event on a separate line, rather than incrementing the red badge on the right with the number of occurrences of one log string:

Screenshot showing duplicate console.log events collapsed to a single line with a red badge showing the number of times the event has been called

In the above picture, I would like to have two rows of the first log row, two rows of the second and three of the third.

Is this possible?


Solution

  • There is a settings menu () at the right of the Web Console's toolbar now which contains āœ“ Group Similar Messages:

    Firefox's Web Console