Re: GWT Server and debug

2020-07-06 Thread Thomas Broyer
gwt.codesrv is a sign that you're using the deprecated so-called "classic" DevMode, that relies on a browser plugin, that indeed only works in Internet Explorer nowadays. If you haven't already, then first upgrade to at least GWT 2.7.0 (of course 2.9.0 would be a lot better), then you'll be able

GWT Server and debug

2020-07-06 Thread Jasper Suijker
LS, We are using GWT to get our Swing gui available in web. This works nicely. After compiling, we deploy our application in tomcat and it runs and shows the same screens as we have in Swing. Now we want to debug the web parts through the gwt Jetty server. (GWT development mode) To be able to deb