How do I disable firefox console from grouping duplicate output?

后端 未结 5 1560
悲&欢浪女
悲&欢浪女 2020-12-16 09:41

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

5条回答
  •  爱一瞬间的悲伤
    2020-12-16 10:19

    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

提交回复
热议问题