GWT and superdev mode
Hi!
Idea supports running superdev mode, but I couldn't figure out if it also supports debugging the application the same way webide supports debugging dart code (through chrome extension and source maps).
Seems all the pieces are there, need to just wire them together. How hard would it be? Is the api published?
Any pointers welcome!
Thank you,
Ilya
Please sign in to leave a comment.
Hello, please see http://youtrack.jetbrains.com/issue/WEB-4429#comment=27-620687
I suggest you to use IDEA 13.0.2 EAP (http://confluence.jetbrains.com/display/IDEADEV/IDEA+13+EAP), but IDEA 13.0.1 should be enough also.
Please note — "You have to specify next IDE VM options (https://intellij-support.jetbrains.com/entries/23395793-Configuring-JVM-options-and-platform-properties) to enable support:
-Djava.debugger.xBreakpoint=true" is important, see http://youtrack.jetbrains.com/issue/IDEA-116285
http://youtrack.jetbrains.com/issue/IDEA-116417 is open, but not yet planned (we don't have enough user feedback yet).
Thank you!