0.0.1 • Published 11 years ago
stacktracer v0.0.1
stacktracer

Stacktracer is an NPM library for retrieving the stacktrace of the current code (without pausing, stopping, or killing execution).
Installation
$ npm install stacktracer --saveExample Usage
Or here. Just the raw stack trace is available right now.
var stacktracer = require('stacktracer');
var trace = stacktracer.getRawTrace();
console.log(trace);License
0.0.1
11 years ago