I compiled a node application using TypeScript & Visual Studio Code.
While running the app, an exception was raised which printed the JavaScript call stack. This particular scenario is difficult to reproduce with the debugger attached.
I'm wondering if there's a way to use the .map file to figure out where the app was at in the TypeScript code from the JavaScript call stack?
I would prefer not to use an online tool for this, it seems like something VS Code should be able to do for me.