I'm using IntelliJ, and I'm trying to put a breakpoint in a class, sometimes it works, but sometimes it brings the debugger in the file MyApp-0.js
and I have to debug cryptic generated javascript.
Is there a way to navigate with my breakpoints in the corresponding Java file?
I am using IntelliJ 13.1.2
And yes, my GWT module uses the super dev mode settings:
<add-linker name="xsiframe"/>
<set-configuration-property name="devModeRedirectEnabled" value="true"/>
edit:
Also yes, I'm using the Jetbrains javascript debugging plugin in the latest version of Chrome.
I can access my sourcemaps from my code server manually by going to the code server page... Using IntelliJ plugin I go to http://localhost:9876/sourcemaps/MyApp/
and I see the source.
It'd be useful to see how the config should look like in IntelliJ maybe.