On Monday, August 24, 2020 at 7:50:40 PM UTC+2, Guillen Antonio wrote: > > Hi all > I use the last 2020-06 version of eclipse, with the modelling tools (EMF), > I use the Eclipse plugin define in the picture below.The application work > fine, but just for the fun if I want try to debug it: > > 1. I select break points, in the moduleLoad method. > 2. I launch using Debug AS Devlopment mode with Jetty > > The appli run like is I lauch it wit(h Run As Devlopment mode with Jetty. > > I don't understand where I do a mistake. >
"Debug as…" will allow you to set breakpoints in your server code. For client code, see https://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/debugging/Debugging.html and https://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/debugging/JavascriptDebugger.html -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/bf6e0e62-3ee1-406a-9dac-17bb620ea422o%40googlegroups.com.
