Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

Firebug Lite

shichuan edited this page Mar 26, 2011 · 4 revisions
<!-- Debugger - remove for production -->
<!--<script src="https://getfirebug.com/firebug-lite.js"></script>-->

Because the full version of Firebug can't be installed on mobile browsers, Firebug Lite serves as the debugging tool, because it's JavaScript based, so it can be installed on any browser by including the script in a web page.

It's included in the index.html but by default commented out. Note this is for development process, it should be removed in production.