Here's a screen from the device inspector:
Here's the screen of the device inspector settings:
I'm running Chrome Version 43.0.2357.124 (64-bit) on Mac OS X Yosemite 10.10.3 (14D136). I also tried this on Chrome Version 45.0.2428.0 canary (64-bit). I know from fellow developers, that this issue applies to Windows PCs as well. A couple of weeks ago everything works fine. It stopped working before I came back from holidays.
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
Not really. DevTools downloads source maps using the front-end browser, not the one that runs the inspected page. So file://android... is never going to be accessible. You need to point to the files on your development box instead.
We used to fetch source maps using inspected page but then migrated off that pattern. We now might need to talk to the framework owners that bundle source maps to see if they can switch to pointing to the local files instead.
Regards
Pavel