Wednesday, August 26, 2015

Re: How to debug server side code

Hi,

I made another attempt with another project build with Maven and the "webapp" archetype:

mvn clean install -Dgwt.draftCompile
cd *-client && mvn gwt:run-codeserver -Ddev
mvnDebug tomcat7:run -Ddev

Then I run a debug session of type "Remote Java Application" with port 8000 in eclipse.
Again, the server-side breakpoints in eclipse are not visited.

There must be something wrong. I read that breakpoints will not be visited when using Java 1.6.0. But I am using 1.7.0...

This is frustrating. Please help...
Magnus 

--
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