Re: GWT Server and debug

2020-07-07 Thread Jasper Suijker
Hi, This SDBG plugin assumes you are using the gwt plugin in eclipse. We have our projects as "normal" java projects and when we want to test, we run an eclipse launch with the correct parameters. I have tried converting the project to a gwt project, but then a run into (gwt) classpath errors, wh

Re: GWT Server and debug

2020-07-07 Thread Mbuso Kotobe
Run the code using Debug as and Choose Open With SDBG Chrome JS Debugger It will trigger breakpoints I also had the same problem few weeks ago but using that helped so Try it Cheers On Wed, 08 Jul 2020, 06:46 Jasper Suijker, wrote: > Ok, > I removed -nosuperDevMode and started the server via

Re: GWT Server and debug

2020-07-07 Thread Jasper Suijker
Ok, I removed -nosuperDevMode and started the server via debug of eclipse. I made some breakpoints in the code, but somehow they are not triggered. With the plugin and using internet explorer i see a "unknown" tab showing in the GWT development Mode. But when running "just" in the superdevmode i d

Re: GWT Server and debug

2020-07-07 Thread Colin Alworth
Yes, remove -nosuperDevMode. On Tuesday, July 7, 2020 at 5:02:19 AM UTC-5, Jasper Suijker wrote: > > Hi, > > We are running with 2.8.2 and want to migrate to 2.9.0 later on. > this is my current gwt server start with arguments: > Main class: > com.google.gwt.dev.DevMode > arguments: >com.t

Re: GWT Server and debug

2020-07-07 Thread Jasper Suijker
Hi, We are running with 2.8.2 and want to migrate to 2.9.0 later on. this is my current gwt server start with arguments: Main class: com.google.gwt.dev.DevMode arguments: com.test.demo.webclient -war GWT/war -nosuperDevMode -startupUrl demo What do i need to change to make it start i