问题描述
最近我的Firefox升级到版本51.0.1。最初它显示了一些与Firebug有关的提醒检查(我不清楚),但我忽略了它。现在,Firebug的工具栏按钮总是显示为关闭。我重新安装了几次Firebug,但结果总是一样的。
是否存在兼容性问题?如何激活Firebug?
有一个解决方案,在最新版本的firefox中使用firebug [version 2.0.18]这个时候51.0.1]
启用旧的Firebug
在地址中输入about:config,找到
browser.tabs.remote.autostart将其设置为false
browser.tabs.remote.autostart.1将其设置为false
browser.tabs.remote.autostart.2将其设置为false
Recently my Firefox got updated to version 51.0.1. Initially it was showing some reminder check (I'm not clear with that) related to Firebug, but I ignored it. Now, the Firebug toolbar button is always shown deactivated.
I've reinstalled Firebug several times, but the result is always the same.
Is there any compatibility issue? How do I activate Firebug?
There is a solution to use firebug [version 2.0.18] in latest version of firefox [this time 51.0.1]
To enable old Firebug
In address enter about:config, find
browser.tabs.remote.autostart set it false
browser.tabs.remote.autostart.1 set it false
browser.tabs.remote.autostart.2 set it false
这篇关于从Firefox 51.0.1开始,Firebug工具栏按钮始终显示为停用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!