Generate artificial backtrace by walking arguments.callee.caller chain
npm install stack-generatorstack-generator
===============






Generate artificial stacktrace by walking arguments.callee.caller chain. Works everywhere except strict-mode.
StackGenerator.backtrace()=> [StackFrame({functionName: 'foo', args: []}), StackFrame(..), StackFrame(..)]
`Installation
`
npm install stack-generator
bower install stack-generator
https://raw.githubusercontent.com/stacktracejs/stack-generator/master/dist/stack-generator.min.js
``