On Feb 10, 2:53 am, Rajeev Dayal <[email protected]> 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 [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-web-toolkit?hl=en.