On Tuesday, September 9, 2014 7:08:59 PM UTC+2, Magnus wrote:
>
> Hello again,
>
> I've got everything working using the archetype 'modular-webapp', except 
> debugging server side code.
>
> How can I debug the server side part of a GWT app in eclipse?
>

Simply launch Maven in debug and attach to the process (if you launch Maven 
from within Eclipse, then use "Debug as…" → "Maven" instead of "Run As…" → 
"Maven"; from the command-line, use mvnDebug instead of mvn and then attach 
the debugger to the process on port 8000).
That should work for both jetty:run and tomcat7:run (both do run in the 
Maven process, contrary to gwt:run which forks a new process)

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to