Chrome does not load gwt source maps

Recently, chrome stopped to show the original maps.

I had some gap with my project, and now with the new version of gwt and chrome I do not see java sources in the original tab.

I am using super dev mode. The compiled file (* .cache.js) that I get from Code Server contains the header for Source Maps:

X-SourceMap:/sourcemaps/Simulation/gwtSourceMap.json 

The code server does not print that it sent the source cards (as before), only that the compilation was successful

I have: gwt version 2.5.0 Chrome verson 25.0.1364.172 Ubuntu 12.04 LTS (but the problem also reproduces on Windows and MacOS)

+6
source share
1 answer

I think you will click https://code.google.com/p/google-web-toolkit/issues/detail?id=7725

Try upgrading to 2.5.1.

+8
source

All Articles