Why are my breakpoints ignored with GWT, Eclipse, and Java 1.6.0_14?

前端 未结 5 1743
悲&欢浪女
悲&欢浪女 2020-12-06 21:58

After upgrading to Java 1.6.0_14, a GWT application in Eclipse no longer stops at breakpoints even though Eclipse shows that the breakpoints are active. Are there workaround

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-06 22:00

    I had the same problem and installed the latest version (JDK 1.6.0_16) and it is now fixed. One of the bugs fixed in 1.6.0_16 is that breakpoints were not working.

    -Chris Novak

提交回复
热议问题