I used Thomas Broyer GWT Maven Plugin to create a maven GWT project from a command and imported into Eclipse 4.6. I can run Jetty and Tomcat and application works fine. But I want to debug server side code. I cannot figure out how to debug server side code. I set up a break point in server side code, but it doesn't stop there.
Thomas,Once I run "mvnDebug tomcat7:run -pl *-server -am -Denv=dev" from a command line, I just got the following message:Listening for transport dt_socket at address: 8000
Thomas,
I am not very familiar with Maven in Eclipse. I use Eclipse 4.6. Once I run "Debug as… → Maven", I see there are a lot of choices such asMaven buildMaven build...Maven cleanMaven generate-sourcesMaven installMaven test.I cannot figure it out how. Can you give me step-to-step instruction?
I am very familiar with how to debug GWT application not using Maven.