Open Firebug Lite

萝らか妹 提交于 2019-12-22 10:27:44

问题


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

I am using this link:

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

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...

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


回答1:


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

You can try:

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


来源:https://stackoverflow.com/questions/15816670/open-firebug-lite

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!