为什么在将 Firefox 更新到版本 50 后删除了 Firebug?
Why got Firebug removed after updating Firefox to version 50?
将 Firefox 更新到版本 50.0 后,我的 Firebug 打开默认的开发人员工具。原来的Firebug已经不行了
我一直喜欢 Firebug 作为我的默认调试工具。我想在 Firefox 50 中恢复原来的 Firebug。我该怎么做?
Firebug 不再工作一次 multi-process Firefox (separate processes for the Firefox UI and the websites) is enabled. See the related post in the Firebug blog。
您可以通过 about:config
将首选项 browser.tabs.remote.autostart
、browser.tabs.remote.autostart.1
和 browser.tabs.remote.autostart.2
设置为 false 来重新启用 Firebug。虽然在某些时候此首选项将被删除。
因此,建议您使用Firefox DevTools instead. I am writing a migration guide on MDN. Firebug features that are not in the DevTools are covered in a Firefox bug。
完全卸载 Firefox,包括删除 APPDATA 中的 Mozilla 文件夹。
然后重新安装 Firefox 并添加 Firebug 和 FireQuery。
之后一切都应该像以前一样工作。
您还可以继续“帮助”->“故障排除信息”->“刷新 Firefox”并通过 http://addons.mozilla.org/
安装 Firebug
首先从以下 URL:
中删除新版本的 "firebug" 并下载旧版本的 "Firebug(2.0.17)"
https://addons.mozilla.org/en-US/firefox/addon/firebug/versions/
对于那里的所有人来说,有一个好消息..!! Firebug 在这两个基于 Mozilla 的浏览器上运行良好。
两者都是forefox的分支,使用实现多进程前的代码。与 Palemoon 相比,Cyberfox 使用更新的代码分支。
两种浏览器都维护良好并定期更新。
Cyberfox 于 2017 年 3 月宣布其死亡,但它仍在积极维护 [截至 2017 年 12 月],我仍然得到更新。
两种浏览器都支持跨平台 windows / Linux,在 Linux 上你应该有 64 位发行版才能使用 cyberfox。另一方面,Palemoon 在这两个方面都表现出色。
将 Firefox 更新到版本 50.0 后,我的 Firebug 打开默认的开发人员工具。原来的Firebug已经不行了
我一直喜欢 Firebug 作为我的默认调试工具。我想在 Firefox 50 中恢复原来的 Firebug。我该怎么做?
Firebug 不再工作一次 multi-process Firefox (separate processes for the Firefox UI and the websites) is enabled. See the related post in the Firebug blog。
您可以通过 about:config
将首选项 browser.tabs.remote.autostart
、browser.tabs.remote.autostart.1
和 browser.tabs.remote.autostart.2
设置为 false 来重新启用 Firebug。虽然在某些时候此首选项将被删除。
因此,建议您使用Firefox DevTools instead. I am writing a migration guide on MDN. Firebug features that are not in the DevTools are covered in a Firefox bug。
完全卸载 Firefox,包括删除 APPDATA 中的 Mozilla 文件夹。
然后重新安装 Firefox 并添加 Firebug 和 FireQuery。
之后一切都应该像以前一样工作。
您还可以继续“帮助”->“故障排除信息”->“刷新 Firefox”并通过 http://addons.mozilla.org/
安装 Firebug首先从以下 URL:
中删除新版本的 "firebug" 并下载旧版本的 "Firebug(2.0.17)"https://addons.mozilla.org/en-US/firefox/addon/firebug/versions/
对于那里的所有人来说,有一个好消息..!! Firebug 在这两个基于 Mozilla 的浏览器上运行良好。
两者都是forefox的分支,使用实现多进程前的代码。与 Palemoon 相比,Cyberfox 使用更新的代码分支。
两种浏览器都维护良好并定期更新。
Cyberfox 于 2017 年 3 月宣布其死亡,但它仍在积极维护 [截至 2017 年 12 月],我仍然得到更新。
两种浏览器都支持跨平台 windows / Linux,在 Linux 上你应该有 64 位发行版才能使用 cyberfox。另一方面,Palemoon 在这两个方面都表现出色。