将Firefox更新到版本50.0后,我的Firebug会打开默认的开发人员工具。最初的Firebug不再适用了。
我一直更喜欢Firebug作为我的默认调试工具。我希望在Firefox 50中恢复原始的Firebug。我该怎么做?
答案 0 :(得分:18)
Firebug将不再起作用。请参阅related post in the Firebug blog。
您可以通过<input id='fld_445CAE7C73764E3BBE7298BB2F1AC2F7_8381EE66B5A54D74B92C9171CD688959_en-GB_7_d1e84aa9693343f28b3b8ac3a0990b8d_35' class='scFieldValue' name='fld_445CAE7C73764E3BBE7298BB2F1AC2F7_8381EE66B5A54D74B92C9171CD688959_en-GB_7_d1e84aa9693343f28b3b8ac3a0990b8d_35' type='hidden' value="<link linktype="internal" text="Discover More" querystring="" target="" id="{8CBC614A-F2B4-4842-81DA-BE4B57992547}" />" /><span class="scChromeData">{"commands":[{"click":"chrome:field:editcontrol({command:\"webedit:editlink\"})","header":"Edit link","icon":"/temp/iconcache/networkv2/16x16/link_edit.png","disabledIcon":"/temp/link_edit_disabled16x16.png","isDivider":false,"tooltip":"Edits the link destination and appearance","type":""},{"click":"chrome:field:editcontrol({command:\"webedit:clearlink\"})","header":"Clear Link","icon":"/temp/iconcache/networkv2/16x16/link_delete.png","disabledIcon":"/temp/link_delete_disabled16x16.png","isDivider":false,"tooltip":"Clears The Link","type":""},{"click":"chrome:common:edititem({command:\"webedit:open\"})","header":"Edit the related item","icon":"/temp/iconcache/office/16x16/cubes.png","disabledIcon":"/temp/cubes_disabled16x16.png","isDivider":false,"tooltip":"Edit the related item in the Content Editor.","type":"common"},{"click":"chrome:rendering:personalize({command:\"webedit:personalize\"})","header":"Personalize","icon":"/temp/iconcache/office/16x16/users_family.png","disabledIcon":"/temp/users_family_disabled16x16.png","isDivider":false,"tooltip":"Create or edit personalization for this component.","type":"sticky"},{"click":"chrome:rendering:editvariations({command:\"webedit:editvariations\"})","header":"Edit variations","icon":"/temp/iconcache/office/16x16/windows.png","disabledIcon":"/temp/windows_disabled16x16.png","isDivider":false,"tooltip":"Edit the variations.","type":"sticky"}],"contextItemUri":"sitecore://master/{445CAE7C-7376-4E3B-BE72-98BB2F1AC2F7}?lang=en-GB&ver=7","custom":{},"displayName":"Call to action button","expandedDisplayName":null}</span><span scFieldType="upm general link" scDefaultText="[No text in field]" contenteditable="true" class="scWebEditInput" id="fld_445CAE7C73764E3BBE7298BB2F1AC2F7_8381EE66B5A54D74B92C9171CD688959_en-GB_7_d1e84aa9693343f28b3b8ac3a0990b8d_35_edit"><link linktype="internal" text="Discover More" querystring="" target="" id="{8CBC614A-F2B4-4842-81DA-BE4B57992547}" /></span>
将偏好设置browser.tabs.remote.autostart
,browser.tabs.remote.autostart.1
和browser.tabs.remote.autostart.2
设置为false来重新启用Firebug。虽然在某些时候这个偏好将被删除。
因此,建议您改用Firefox DevTools。我正在写migration guide on MDN。 Firefox bug中包含了DevTools中没有的Firebug功能。
答案 1 :(得分:7)
首先删除&#34; firebug&#34;的新版本并下载旧版本的&#34; Firebug(2.0.17)&#34;来自以下网址:
https://addons.mozilla.org/en-US/firefox/addon/firebug/versions/
答案 2 :(得分:2)
完全卸载Firefox,包括删除APPDATA中的Mozilla文件夹。
然后重新安装Firefox并添加Firebug和FireQuery。
之后,一切都应该像以前一样工作。
答案 3 :(得分:1)
您还可以继续使用帮助 - &gt;故障排除信息 - &gt;刷新Firefox并通过http://addons.mozilla.org/
安装Firebug答案 4 :(得分:0)