Splitting code

2021-05-03 Thread Jasper Suijker
LS, I am looking at Code splitting of GWT ( http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html). Looking at the size of our js files, they might/could or should be splitted. Looking at the documentation, is it just adding a wrapper around the call? GWT.runAsync(new

Re: GWT Server and debug

2020-07-10 Thread Jasper Suijker
anyone has een extended example on how to set this superdevmode up and do the debugging with browser's developer tools? Op woensdag 8 juli 2020 12:20:46 UTC+2 schreef Thomas Broyer: > > > > On Wednesday, July 8, 2020 at 6:46:28 AM UTC+2, Jasper Suijker wrote: >> >>

Re: GWT Server and debug

2020-07-08 Thread Jasper Suijker
DBG 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 ser

Re: GWT Server and debug

2020-07-07 Thread Jasper Suijker
n the superdevmode i don't see that. Maybe i am missing or using a configuration in one of the xml files, which is preventing debugging? Regards, Jasper Op di 7 jul. 2020 om 15:10 schreef Colin Alworth : > Yes, remove -nosuperDevMode. > > On Tuesday, July 7, 2020 at 5:02:19 AM UTC-5, J

Re: GWT Server and debug

2020-07-07 Thread Jasper Suijker
sluggish but that was > supposed to be better in recent versions, haven't tried it yet though). > See http://www.gwtproject.org/articles/superdevmode.html to learn more > about SuperDevMode. > > On Monday, July 6, 2020 at 5:05:13 PM UTC+2, Jasper Suijker wrote: >>

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