Tuesday, September 1, 2015

Re: GWT Plugin Problem


With a debugger.  :-)  Server side code is just Java on a JVM, there's nothing special about GWT on the server.  There's very little of actual GWT on the server side; if you're using GWT RPC then you'll have a server side dependency for that protocol; if you're using more generic ways to access the server from the client, you might not have any GWT-specific stuff on the server.  Debug it just like you would debug any server-side web app.


On Wednesday, August 26, 2015 at 10:40:06 AM UTC-4, Magnus wrote:
Ok, and how do you debug the server side code?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment