betajs-debug

0.0.15 • Public • Published

betajs-debug 0.0.15

Code Climate NPM Gitter Chat

BetaJS-Debug is a library for debugging BetaJS-based applications.

Getting Started

You can use the library in the browser, in your NodeJS project and compile it as well.

Browser

    <script src="betajs-debug/dist/betajs-debug.min.js"></script>

NodeJS

    var BetaJSDebug = require('betajs-debug/dist/betajs-debug.js');

Compile

    git clone https://github.com/betajs/betajs-debug.git
    npm install
    grunt

Basic Usage

 
    var setMethodProfile = BetaJSDebug.Profiler.profilePrototypeMethod("set", BetaJS.Properties.Properties); 
    
    // Code
    
    BetaJSDebug.Hooks.unhookMethod(setMethodProfile.hook);
    
    console.log("Set was called", activateProfile.profile.profile().enterCount, "times.");
 

Links

Resource URL
Homepage https://betajs.com
Git git://github.com/betajs/betajs-debug.git
Repository https://github.com/betajs/betajs-debug
Blog https://blog.betajs.com
Twitter https://twitter.com/thebetajs
Gitter https://gitter.im/betajs/betajs-debug

CDN

Resource URL
betajs-debug.js http://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug.js
betajs-debug.min.js http://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug.min.js
betajs-debug-noscoped.js http://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug-noscoped.js
betajs-debug-noscoped.min.js http://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug-noscoped.min.js

Weak Dependencies

Name URL
betajs-scoped Open

Main Contributors

  • Oliver Friedmann

License

Apache-2.0

Readme

Keywords

none

Package Sidebar

Install

npm i betajs-debug

Homepage

betajs.com

Weekly Downloads

4

Version

0.0.15

License

Apache-2.0

Unpacked Size

100 kB

Total Files

26

Last publish

Collaborators

  • oliverfriedmann