问题描述
有谁知道如何避免 Firefox 控制台对日志条目进行分组?
我已经看到如何使用 firebug
在上面的图片中,我想要第一行的两行,第二行的两行和第三行的三行.
这可能吗?
提前致谢
有一个设置菜单 () 现在包含 :
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:
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
There is a settings menu () at the right of the Web Console's toolbar now which contains :
这篇关于如何禁用 Firefox 控制台对重复输出进行分组?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!