betajs-debug 0.0.15
![Gitter Chat](https://badges.gitter.im/betajs/betajs-debug.svg)
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:
npm install
grunt
Basic Usage
var setMethodProfile = BetaJSDebug.Profiler.profilePrototypeMethod("set", BetaJS.Properties.Properties);
BetaJSDebug.Hooks.unhookMethod(setMethodProfile.hook);
console.log("Set was called", activateProfile.profile.profile().enterCount, "times.");
Links
CDN
Weak Dependencies
Main Contributors
License
Apache-2.0