Go to JS code from source maps in Chrome

Is there a way to go to the source JS file from the source maps?

I paused my application at a breakpoint; Chrome shows me the source map file, which is the "source mapped to index.js". At this point, I want to go to this index.js file, but I cannot find a way to do this.

+5
source share

All Articles