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

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

    I want to confirm that Basically, JDK 1.6.0_14 will not work with GWT in eclipse debug mode. Switching a different JDK will work.

    I installed JDK 1.6.0_13 and the eclipse debug perspective kicked in. Using eclipse 3.3.2

    Thanks for the tip!

提交回复
热议问题