Skip to content

KyleMit/firebug-console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebug Lite Debugger

An unofficial fork of the original firebug lite debugger console:

screenshot

Problem

Firebug has deprecated their debugger so when firebug-lite-debug.js is included, it tries to load resources from the following address:

https://getfirebug.com/releases/lite/latest/skin/xp/sprite.png

And all requests are then 302 redirected to:

https://www.getfirebug.com/index.html

Maintenance

No new features will be added or supported. If there's a hard stop, you can enter an issue, but a pull request would be preferable.

Usage

Include the script anywhere in your page

<script src="https://kylemit.github.io/firebug-console/firebug-lite-debug.js"></script>

And then anything from console.log will be displayed on the page as well. Demo

About

Firebug Lite: doing the Firebug way, anywhere.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.0%
  • CSS 20.1%
  • HTML 1.9%