Re: How to debug server side code in Thomas Broyer GWT Maven Plugin

2016-09-27 Thread David
How do I run mvn gwt:compile? I have to pass moduleName. I don't knew how to pass it. I did some research without success. Please help me. David On Monday, September 26, 2016 at 10:14:06 AM UTC-4, Thomas Broyer wrote: > > > > On Monday, September 26, 2016 at 3:02:37 PM UTC+2, David wrote: >> >>

Re: How to debug server side code in Thomas Broyer GWT Maven Plugin

2016-09-26 Thread Thomas Broyer
On Monday, September 26, 2016 at 3:02:37 PM UTC+2, David wrote: > > 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 as > Maven build > Maven build... > Maven clean > Maven generate-sources > Mav

Re: How to debug server side code in Thomas Broyer GWT Maven Plugin

2016-09-26 Thread David
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 as Maven build Maven build... Maven clean Maven generate-sources Maven install Maven test. I cannot figure it out how. Can you give me step-to-step inst

Re: How to debug server side code in Thomas Broyer GWT Maven Plugin

2016-09-26 Thread Thomas Broyer
On Monday, September 26, 2016 at 1:40:47 PM UTC+2, David wrote: > > 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

Re: How to debug server side code in Thomas Broyer GWT Maven Plugin

2016-09-26 Thread David
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 http://localhost:8080/ is not accessible. I cannot figure it out how to debu

Re: How to debug server side code in Thomas Broyer GWT Maven Plugin

2016-09-26 Thread Thomas Broyer
On Monday, September 26, 2016 at 5:59:50 AM UTC+2, David wrote: > > 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 > figu

How to debug server side code in Thomas Broyer GWT Maven Plugin

2016-09-25 Thread David
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