0.0.15 • Published 7 years ago
betajs-debug v0.0.15
betajs-debug 0.0.15
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
gruntBasic 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 |
| 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