0.0.1 • Published 11 years ago

stacktracer v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

stacktracer

Stacktracer NPM

Stacktracer is an NPM library for retrieving the stacktrace of the current code (without pausing, stopping, or killing execution).

Installation

$ npm install stacktracer --save

Example Usage

Or here. Just the raw stack trace is available right now.

var stacktracer = require('stacktracer');

var trace = stacktracer.getRawTrace();

console.log(trace);

License

MIT license

0.0.1

11 years ago