打开Firebug Lite [英] Open Firebug Lite

查看:103
本文介绍了打开Firebug Lite的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道为什么,但每次我尝试使用firebug lite它是一个痛苦,让它出现。

I don't know why, but every time I try to use firebug lite it's a pain to get it to appear.

我使用此链接:

<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>

如果不使用startOpened选项,你应该如何显示?我没有看到任何图标或任何东西在屏幕上。所以我通常使用:

How are you supposed to get it to appear if you don't use the option startOpened - true? I don't see any icons or anything onscreen. So I usually use:

<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js#startOpened=true"></script>

但今天,即使没有工作...

But today, not even that is working...

并且正在加载,我可以在常规inspect元素的资源中看到firebug-lite.js。

And it is loading, I can see the firebug-lite.js in the Resources of regular inspect element.

推荐答案

p>也许你安装了真正的Firebug,然后选项 disableWhenFirebugActive (默认 true )将禁用FirebugLite a href =https://getfirebug.com/firebuglite#Options =nofollow> https://getfirebug.com/firebuglite#Options ):

Maybe you have the real Firebug installed, then the option disableWhenFirebugActive (default true) will disable FirebugLite (see https://getfirebug.com/firebuglite#Options):

您可以尝试:

https://getfirebug.com/firebug-lite.js#startOpened=true,disableWhenFirebugActive=false

这篇关于打开Firebug Lite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆