[appengine-java] Re: java developers and hot deployment

2009-09-08 Thread James H
Yep, you nailed it...in under 4 minutes! Thanks, it was driving me nuts! On Sep 8, 3:28 pm, Rajeev Dayal rda...@google.com wrote: What version of the JDK are you using? There is a known issue with JDK 1.6.0_14 that causes breakpoints to be skipped. If you're using this JDK, either downgrade

[appengine-java] Re: java developers and hot deployment

2009-09-08 Thread Rajeev Dayal
Glad everything is working for you. As an FYI, in case this bites you in other situations, this is a general issue with the JDK. It is not a specific bug in App Engine, GWT, the Plugin, or Eclipse. See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6862295 for more information. On Tue, Sep 8,

[appengine-java] Re: java developers and hot deployment

2009-09-08 Thread James H
What is going on with Debugging anyway? I had been running fine with 1.2.2 GAE plugin an Eclipse 3.3, and was able to debug nicely except for signature changes, additions. Then the 1.2.5 upgarde blew my environment up so I decided to load Eclipse 3.5 Galileo and the latest GAE plugin. But,