如何停用firebug?

How to deactivate firebug?

如何在不卸载的情况下完全停用 firebug?

我安装了 firebug,因为有一些很棒的扩展,例如 "Firepath",因此您可以读出 Xpath。但是,也有一些缺失的功能包含在普通的开发控制台中,例如操纵当前选中元素的CSS。

因此,要使用这些功能,我必须切换回普通的开发人员控制台。但是,firebug 在停用插件后仍然有效。

仍然出现在顶部的菜单中:

如果我按 F12 然后 Firebug 打开。

通常情况下,在附加组件管理器中停用扩展程序(就像您所做的那样)会完全停用它。

当它仍然激活时,这是一个错误,你应该 file a bug report

话虽如此,请注意 Firebug's development is discontinued and it will not work anymore once multi-process Firefox is enabled. Furthermore, Mozilla plans to stop supporting extensions that are not based on the WebExtension framework starting from Firefox 57,它于 2017 年 11 月发布。最迟在那个时间点 Firebug(以及大多数现有的 Firefox 扩展)肯定会停止工作。

关于 XPath 功能,有 several feature requests 申请 DevTools 已经要求实现高级 XPath 支持。