Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I disable firebug from grouping duplicate console output?

Tags:

firebug

I notice with the new version of firebug I"m using (1.12.3) it is grouping console output that is the exact same. How do I disable this?

Ex Firebug Console

In the picture above, I would prefer to see:

Select Changed
Select Changed
Select Changed
like image 433
Mark Avatar asked Oct 10 '13 13:10

Mark


1 Answers

See this topic: https://superuser.com/a/646009/134164

Maybe Firebug should display an option for that in the Console panel.

Florent

like image 83
fflorent Avatar answered Oct 01 '22 20:10

fflorent