Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I want this to be working in Chrome. I am using Chrome 19.0 with Firebug Extension

Thanks

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

like image 294
Ravi Avatar asked May 31 '12 15:05

Ravi


2 Answers

Just paste that URL in the box under Managed Resources that says 'JavaScript/CSS URL', click the plus-sign button and then click 'Run'. You should see firebug lite show up in the results window.

EDIT: This version seems to work in Chrome: https://getfirebug.com/firebug-lite-debug.js

like image 195
Mike C Avatar answered Nov 04 '22 17:11

Mike C


in Frameworks & Extensions choose jQuery 1.x (edge) then underneath, choose firebug lite, That's it

like image 9
David Avatar answered Nov 04 '22 16:11

David