What unique features does Firebug have that are not built-in to Firefox?

前端 未结 8 552
慢半拍i
慢半拍i 2021-01-29 23:25

I just cleaned my Firefox addons and wondered:

  • Which features does Firebug have that make it unique?

  • Which features are available in both Fire

相关标签:
8条回答
  • 2021-01-30 00:00

    I think the biggest advantage still --after the implementation of Network Panel & Timeline functionality-- is the availability of various Firebug Extensions, like for example YSlow, Page Speed, FirePython and so on.

    In the end it's probably more a choice based on your personal preferences, to come up with a weapon of choice that brings you most convenience and speed.

    An interesting detail on this decision is, that Firebug once was one of the plugins that had most significant negative performance impact on Firefox. I don't know about a current study on that, especially if built in dev tools are acting better performance-wise than Firebug.

    0 讨论(0)
  • 2021-01-30 00:03

    The console command line in large, editor mode allows running code against the current context. The new Scratchpad does not see the current breakpoint scope. This is a terrible loss.

    0 讨论(0)
提交回复
热议问题