Java – chrome cannot load GWT source map

Chrome recently stopped displaying source maps

My project has made some breakthroughs. Now I use the new version of GWT and chrome. I don't see the Java source code in the source tag

I'm using super development mode The compiled file (*. Cache. JS) I received from the code server contains the title of source maps:

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

The code server does not print the source map it has sent (up to now), but the compilation is successful

I have: GWT version 2.5 0 chrome version 25.0 1364.172 Ubuntu 12.04 lts (but the problem also reappears in windows and MacOS)

Solution

I guess you did https://code.google.com/p/google-web-toolkit/issues/detail?id=7725

Try to update to 2.5 one

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>