My deployed JavaScript application throws an exception. Javascript code is confusing. I would like to know which line in the source code throws an exception. Source maps are not deployed, so Chrome Devtools cannot connect them. I can have source maps on my localhost.
So basically, I would like to add the source maps from my machine to the browser to find out the line number where the exceptions occur.
I tried Add Folder to Workspaceand Map to File System Resource. It does not help. The exception is displayed in the browser console, but it still points to the running javascript source, and the desired line number is not detected.
I can do something wrong. Any help is appreciated (including an optional extension or using another browser).
source
share