Coder Social home page Coder Social logo

mobile-console's Introduction

Mobile-Console

Description

This repo are my efforts in making a console that can be used on mobile devices.

Features:

  1. Intercepts all console.log and outputs them into a visible console
  2. The console can be made visible by adding activateMobileDebugger=true to your url, either to the hash or some other part of the url.
  3. All JS errors will be outputed into the console

Dependencies :

None

Installation:

  1. Download or clone this repo
  2. Include debuger.js as the very first tag after opening the head tag of the page
  3. Make sure debuger.css may be accessed through the base path such as www.example.com/debuger.css

TODO:

  1. base64 the arrow image;
  2. Handle objects and arrays passed throught the console.log ( duplicate for error and warn )
  3. Test out with some actual developments
  4. Minify the js and css
  5. Distribute css and via a CDN https://cdn.jsdelivr.net/gh/adam-dorin/[email protected]/dist/debuger.js
  6. Add display trees for all the Objects types
  7. Handle ajax errors
  8. Find a way to intercept and log all the requests made by the current page.
    • Intercept all xhr based requests
    • Intercept all file requests .css, .js , files images audio/video etc.
  9. Implement a more nicer design

mobile-console's People

Contributors

adam-dorin avatar

Watchers

James Cloos avatar  avatar

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.