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:
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?
There is a settings menu () at the right of the Web Console's toolbar now which contains ā Group Similar Messages: