Believe it or not, Firebug isn’t limited to only Firefox.
Firebug Lite is a JavaScript file you can insert into your pages to simulate the Firebug console in browsers that are not named “Firefox”.
However, it appears that Firebug Lite only helps in debugging javascript. It wouldn’t be much help to you if you were expecting functionalities such as css and html inspection + editing, network monitoring or profiling etc. If you need those, working on firefox with firebug installed seems to be the only way out currently, at least for now.
Get Firebug lite here
Leave a Reply