Java – GWT superdevmode breakpoint does not work
I'm using IntelliJ. I try to put a breakpoint in a class. Sometimes it works, but sometimes it brings the debugger into myapp-0 JS file, I have to debug the JavaScript generated by cryptic
Is there any way to use my breakpoints to navigate in the corresponding java files?
I'm using IntelliJ 13.1 two
Yes, my GWT module uses super development mode settings:
<add-linker name="xsiframe"/> <set-configuration-property name="devModeRedirectEnabled" value="true"/>
Edit:
Yes, I use JetBrains JavaScript debugging plug-in in the latest version of chrome
I can manually access the source code diagram of my code server by going to the code server page... Using the IntelliJ plug-in, I go to http: / / localhost: 9876 / sourcemaps / myapp /, and I see the source code
It's useful to see how the configuration in IntelliJ should look
Solution
Try file – > invalid cache and restart