Search code examples
firefoxloggingconsolefirefox-developer-tools

How do I disable firefox console from grouping duplicate output?


Anyone knows how to avoid firefox console to group log entries?

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 try to explain better, I want console to print all logs and not the red badge with number of occurences of one log string:

enter image description here

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?

Thanks in advance


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