Debugging in Eclipse GWT

Since yesterday, I have been working on an existing GWT project. My problem, however, is that I cannot debug Eclipse. It just won't break at my control points.

I saw other people with the same problem:

And I also looked at a few lessons:

I tried all kinds of things based on these sites, but none of them seem to work. Some things I tried:

  • using firefox instead of google chrome
  • using jdk1.8.0_72 instead of jdk1.7.0_79
  • gwt-dev-2.7.0.jar Classpath ( , )
  • : -bindAdres my.ip.adres; -gen my_path; -eclipse (-eclipse btw..).

:

Main-:

Project:
    user-testwar
Main class:
    com.google.gwt.dev.DevMode

:

Program arguments:
    -logLevel INFO
    -port 8888
    -war C:\Users\...\user-testwar\target\UserTestWar
    -superDevMode
    -remoteUI "${gwt_remote_ui_server_port}:${unique_id}"
    -codeServerPort 9997
    my.package.gwt.udf.viewer.TestWarProject
VM arguments:
    -Xmx512m

Classpath :

Bootstrap Entries:
    JRE System Library [JavaSE-1.6]
User Entries:
    gwt-dev-2.7.0.jar
    java - \user-testwar\src\main\
    gwt - \user-testwar\target\generated-sources\
    java - \user-jar\src\main\
    gwt - \user-jar\target\generated-sources\
  > user-testwar (default classpath)
        user-testwar
        Maven Dependencies
        gwt-user.jar
        gwt-codeserver.jar
        gwt-dev.jar
        validation-api-1.0.0.GA-sources.jar
        validation-api-1.0.0.GA.jar

, - () Eclipse GWT?

EDIT:

RemoteService, . / jar user-testwar ( ) .

+4
1

GWT Eclipse, SDM, SBDG.

SDBG : https://sdbg.imtqy.com/

SDM .

- Intellij Ultimate, JavaScript. , Ultimate , GWT .

Update:

3.0 GWT Eclipse, SBDG-Plugin GWT- GWT.

+7

Source: https://habr.com/ru/post/1628466/


All Articles