简体   繁体   English

如何在Chrome浏览器的JS Fiddle Output窗口中显示firebug检查器

[英]How to bring firebug inspector in JS Fiddle Output window in Chrome Browser

I come across a JSfiddle someone has posted in stack overflow automatically opened the firebug console only in the output window of JSFiddle. 我遇到一个有人在堆栈溢出中发布的JSfiddle只在JSFiddle的输出窗口中自动打开firebug控制台。 Does some one know how to achieve that.I guess they used the following link in the managed resources. 有人知道如何实现这一点。我猜他们在托管资源中使用了以下链接。

It works in Firefox on just adding it in managed resources. 它只适用于Firefox,只需在托管资源中添加即可。

I want this to be working in Chrome. 我希望这能在Chrome中运行。 I am using Chrome 19.0 with Firebug Extension 我正在使用Chrome 19.0和Firebug Extension

Thanks 谢谢

https://getfirebug.com/firebug-lite.js https://getfirebug.com/firebug-lite.js

Just paste that URL in the box under Managed Resources that says 'JavaScript/CSS URL', click the plus-sign button and then click 'Run'. 只需将该URL粘贴到“管理资源”下的“JavaScript / CSS URL”框中,单击加号按钮,然后单击“运行”。 You should see firebug lite show up in the results window. 你应该看到firebug lite出现在结果窗口中。

EDIT: This version seems to work in Chrome: https://getfirebug.com/firebug-lite-debug.js 编辑:此版本似乎适用于Chrome: https//getfirebug.com/firebug-lite-debug.js

在框架和扩展中选择jQuery 1.x(边缘)然后在下面,选择firebug lite,就是这样

Even its a out-dated, you can try the below jsFiddle: 即使它过时了,你可以试试下面的jsFiddle:

jsFiddle with Firebug jsFiddle with Firebug

In your application itself you can add the below script in the head section, to embed the firebug: 在您的应用程序本身中,您可以在head部分添加以下脚本,以嵌入firebug:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM