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

前端 未结 10 1643
一向
一向 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:36

    I had the same problem. In my case the problem was that I was using JRE instead of JDK. Setting JDK instead of JRE, solved my problem. I recommend reviewing the build configuration to see which one is being used.

提交回复
热议问题