Giter Site home page Giter Site logo

sormy / firebug-lite-ie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from firebug/firebug-lite

5.0 1.0 1.0 16.48 MB

Firebug Lite for IE: doing the Firebug way on ancient IE.

License: Other

Batchfile 0.01% HTML 6.79% JavaScript 87.65% CSS 5.37% Ruby 0.06% PHP 0.09% Shell 0.01% XSLT 0.03%

firebug-lite-ie's Introduction

Firebug Lite for IE

Why?

Firebug Lite is sometimes the only option to debug the page, especially on some very old embedded devices like hand scanners running Mobile IE6 or Mobile IE7.

Forked from firebug/firebug-lite, original package is not maintained anymore.

This is unofficial fork!!!

Installation

NOTE: Only /build/firebug-lite-debug.js is supported version in this repo (the most stable).

Install these files:

  • build/firebug-lite-debug.js -> /firebug-lite/firebug-lite-debug.js
  • skin/** -> /firebug-lite/skin/**
  • license.txt -> /firebug-lite/license.txt (license requirement)

HTML:

  <!-- This way works well in desktop IE (Windows XP) -->
  <!-- IMPORTANT: skinDir should have trailing / -->
  <script src="/firebug-lite/firebug-lite-debug.js#debug=false,overrideConsole=true,skinDir='/firebug-lite/skin/xp/'"></script>
  <!-- This way works well in mobile IE (Windows CE) -->
  <script src="/firebug-lite/firebug-lite-debug.js">
    { debug: false, overrideConsole: true, skinDir: '/firebug-lite/skin/xp/' }
  </script>

Available options:

  • skinDir - (unofficial)
  • debug - enable/disable default firebug developer debug mode (not needed in most cases)
  • saveCookies
  • saveWindowPosition
  • saveCommandLineHistory
  • startOpened
  • startInNewWindow
  • showIconWhenHidden
  • overrideConsole
  • ignoreFirebugElements
  • disableWhenFirebugActive
  • enableTrace
  • enablePersistent
  • disableXHRListener

There are other options available... Search for this.Env =...

Versioning

Original firebug-lite is tagged as 1.5.1 however, build files have references to 1.4.x and 1.3.x only. I decided to keep 1.5.1 as base and all future versions will have a higher minor version starting from 1.5.2.

TODO

Ideally we need to revive module-based building system and cleanup unused stuff.

License

BSD-3-Clause with Parakey Inc Copyright.

firebug-lite-ie's People

Contributors

barraq avatar deepak1556 avatar galori avatar janodvarko avatar sormy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ptthiem

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.