On Feb 10, 2:53 am, Rajeev Dayal <rda...@google.com> wrote: > Try upgrading your JDK and see if you still experience the problem.
Actually I found the problem. I was setting the breakpoint on the method definition line, i.e.: public void onSuccess(String result) { Those breakpoints never hit. If I place breakpoints on any lines *within* that method, they hit just fine. Note that under normal circumstances if you put a breakpoint on a method line, execution will break at the immediately following line. It seems that client-side asynchronous GWT code doesn't behave that way. I wouldn't consider this to be a serious issue: just something to be aware of. Thanks for your advice. Dave -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.