Giter VIP home page Giter VIP logo

debug's Introduction

Javascript Debugging Library

debug.js is a debugging library for browser based applications.

Documentation

Basic usage:

// debug configurations
debug.setSocketUrl("ws://localhost:8600/log")
.setLevel(1)

:

// log level 1 message
debug.log("hello world", 1)

Methods

These are the currently working methods:

log( message [, level] )log a regular message
warn( message [, level] )log a warning message
debug( message [, level] )log a debugging message
error( message [, level] )log an error message
setLogUrl( url )set the url to the server log (currently only supports websockets)
socketLog( message, level, type )send message to server log
setCount( counter, num)set a counter to a specific number
doCount( counter )increment a counter by 1
getCount( counter )get the current count for a counter
setLevel( level )set the logging level
getLevel( level )get the current logging level
group( group [, callback] [, collapsed] )start a console group
startTime( group )start a timer for a group
getTime( group )get the elapsed time for a group
stopTime( group )stop a timer for a group

debug's People

Stargazers

 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.