Monday, November 1, 2010

GWT Debugging with an external server

Hi,
I used to use GWT's internal server to debug my code but I now have
the need to use an external server.
I followed the instructions in the gwt eclipse plug-in (http://
code.google.com/eclipse/docs/faq.html#gwt_in_eclipse_for_java_ee) and
I indeed was successful but I now lack a very needed feature that I
previously had.
Hot-swapping code does not work when editing an rpc-service (myClass
extends RemoteServiceServlet) because GWT uses reflection in it's code
and that crashes JPDA.
Now, having explained why it does not work, I still hope for a
miracle.
Has anyone found a work-around or solution for this issue?

Thanks,
Ittai

--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment