Debugging server side code of RPC
Hi all,
I've accomplished the stock watchers tutorial on the GWT website and
now attempting to use GWT for my own projects. However, one serious
problem I've run into is that I'm unable to debug my code in the
server side code when making RPC calls.
I'm using eclipse and I only see GWT.log() messages if they are in the
client side code. Any GWT.log() messages in the server side code do
not appear anywhere in my IDE's console. I then attempted to use logs
to show the messages, but GWT's app engine that starts up when we are
in development mode does not support the ability to write to file
system.
All I would like to do is see messages printed out from the server
side code in dev mode so I can debug.
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home