If i have the sourcemap file, is there a tool for me to decode minified javascript code stack? I understand Chrome Dev Tool can import the sourcemap for debugging in Chrome, but i am looking for tool to just decode minified callstack not during debugging.
Thank you.