Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
691 views
in Technique[技术] by (71.8m points)

logging - 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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Update

Firefox team added option to group similar messages, which is enabled by default.

You can access to this option via Console settings

  • Open up Firefox's dev tools
  • Select Console tab
  • Click on gear button (placed at the right of the toolbar)
  • Change the option as you wish

Original Answer

As I mentioned in comment section, There is no way to achieve this at the moment. maybe you should try to request this feature via Bugzilla@Mozilla

Also you can check Gaps between Firebug and the Firefox DevTools


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...