Why when starting GWT in debug mode, my break points don't break

前端 未结 10 1626
一向
一向 2020-12-06 05:08

I am using Eclipse 3.4.2 with the latest GWT. The IDE doesn\'t even switch to Debug Perspective automatically.

10条回答
  •  自闭症患者
    2020-12-06 05:45

    Changing the JDK didn't help in my case, but I have finally found out what's wrong.

    When moving from GWT 1.7 to 2.0 the old GWT classes will stay on the war ouput. They must be manually deleted in order for 2.0 to kick in.

提交回复
热议问题