All Projects → stacktracejs → stack-generator

stacktracejs / stack-generator

Licence: MIT license
Generate artificial backtrace by walking arguments.callee.caller chain

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to stack-generator

Stacktrace.js
Generate, parse, and enhance JavaScript stack traces in all web browsers
Stars: ✭ 3,793 (+13948.15%)
Mutual labels:  stacktracejs
frontreport
Simple frontend logging collector written in Go
Stars: ✭ 23 (-14.81%)
Mutual labels:  stacktracejs

stack-generator

Build Status Coverage Status GitHub license dependencies module format code of conduct

Generate artificial stacktrace by walking arguments.callee.caller chain. Works everywhere except strict-mode.

Usage

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

Browser Support

Sauce Test Status

Contributing

Want to be listed as a Contributor? Start with the Contributing Guide!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].