Skip to content

Framework-agnostic, micro-library for getting stack traces in all web browsers

License

Notifications You must be signed in to change notification settings

heydemo/stacktrace.js

 
 

Repository files navigation

stacktrace.js

Build Status Coverage Status Code Climate

A JavaScript tool that allows you to debug your JavaScript by giving you a stack trace of function calls leading to an error (or any condition you specify)

Usage

stacktrace.js is getting a new API!

Looking for the stable version?

Get stacktrace.js

npm install stacktrace-js
bower install stacktrace-js
https://rawgithub.com/stacktracejs/stacktrace.js/master/dist/stacktrace.min.js

stacktrace.js is available on cdnjs.com

https://cdnjs.com/libraries/stacktrace.js

//cdnjs.cloudflare.com/ajax/libs/stacktrace.js/0.6.4/stacktrace.min.js

Contributions

This project is made possible due to the efforts of these fine people:

About

Framework-agnostic, micro-library for getting stack traces in all web browsers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.3%
  • Makefile 4.7%