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 to JDK 1.6.0_13, or upgrade to JDK 1.6.0_16.
On Tue, Sep 8, 2009 at 4:24 PM, James H <[email protected]> wrote: > > 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, debugging didn't work out-of-the-box. I had to add - > Xdebug to the builtin launch provided by the GAE plugin. Though now, > the debugging is sporatic. It will stop at a breakpoint only once, > etc... This is NOT tolerable...I must be missing something, surely > its intended to work as well under Eclipse 3.5 as it did under Eclipse > 3.3? > > J > > On Sep 7, 8:59 am, Nicolas Melendez <[email protected]> wrote: > > hi all! > > If you are tired of running the sever again every time you make a > > change in your code, please vote this issue to have "server hot > > deployment" which is an important and time-saving feature. that > > would make java developers really happy :) > > > > http://code.google.com/p/googleappengine/issues/detail?id=1787 > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
