Reputation: 18790
Source maps enabled in Chrome.
I'm able to browse through the original files.
However I can't figure out how to go from the stack trace to the place of the error in the original files.
I am getting an error in my all.min.js
file, containing all of my JS minified.
I click the link in the stack trace and it takes me to this:
How can I get to the location in the original file from here?
Upvotes: 2
Views: 514
Reputation: 18790
It looks like this feature hasn't been implemented or isn't possible.
Something that helps is clicking the 'un-minify' ('fix indent')
button in the bottom left corner of the code window.
That shows me where the error is happening in a more readable way, although it's simply an indentation fix.
Upvotes: 0