0.0.15 • Published 5 years ago

betajs-debug v0.0.15

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

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

ResourceURL
Homepagehttps://betajs.com
Gitgit://github.com/betajs/betajs-debug.git
Repositoryhttps://github.com/betajs/betajs-debug
Bloghttps://blog.betajs.com
Twitterhttps://twitter.com/thebetajs
Gitterhttps://gitter.im/betajs/betajs-debug

CDN

ResourceURL
betajs-debug.jshttp://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug.js
betajs-debug.min.jshttp://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug.min.js
betajs-debug-noscoped.jshttp://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug-noscoped.js
betajs-debug-noscoped.min.jshttp://cdn.rawgit.com/betajs/betajs-debug/master/dist/betajs-debug-noscoped.min.js

Weak Dependencies

NameURL
betajs-scopedOpen

Main Contributors

  • Oliver Friedmann

License

Apache-2.0

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

6 years ago

0.0.12

7 years ago

0.0.11

7 years ago