Coder Social home page Coder Social logo

debug.js's Introduction

debugjs

Library to help debug in Javascript.

debug.js: javascript made easy to debug

Javascript was slow and hard to debug for a long time. Now it is no more slow. But it is still hard to debug. debug.js proposes to fill this gap and provides a bunch of practical tools which makes your javascript code much easier to debug.

  • With debug.js, your classes can declare functions and property as private/public. Thus if a private function is called from an unauthorised location, you will be immediatly warned.
  • With debug.js, you can declare attributes to functions e.g. you can mark it as deprecated, and be notified when it is used. You can trigger performance profiling on this function and see if it needs optimisation. You can track who is using it. You can put conditional breakpoint.
  • With debug.js, you can have strong type checking. It will check the parameters type and numbers of a function when it is called. If you expect to get a Number and a String, debug.js will check and notifies you when it happens to be wrong. It is even possible to do that on any object property.
  • With debug.js, it is possible to automatically detect your global variable, then to automatically local is using them, thus you can remove them easily.

TODO

  • fnattr to track usage
  • console.log to filter by origin
    • DONE not tested
  • stacktrace.track to filter by origin and order by occurance
    • DONE to test

debug.js's People

Contributors

jeromeetienne avatar

Watchers

 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.