stackwalker

Tool to load and navigate call stacks in minified code via source maps

Stars
3

Stackwalker

Tool to load a .map file and callstacks or error logs and visually navigate through the stack in the original source.

Use it here: jimbly.github.io/stackwalker

To use this for your own projects, you may want to clone it and modify preparse and parseStack in main.js to match however you are logging and receiving stack traces.