You may want to use -agentlib:jdwp (as given by IntelliJ IDEA) rather than the legacy -Xdebug -Xrunjdwp (and then you no longer need the quotes 😉)
And when I say legacy, I really mean it: already in Java 8 -Xdebug does nothing (https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABHDABI) and Xrunjdwp is superceded by agentlib (https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABDCEGG) On Wednesday, January 31, 2024 at 10:49:41 PM UTC+1 [email protected] wrote: > Thank you! Working great now (quotes were important). 👍 > > [image: Screen.png] > > On Thursday 1 February 2024 at 6:38:47 am UTC+11 Frank Hossfeld wrote: > >> Mmmh, it might be worth adding this information to the archetype docs. >> >> -- 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/439e71d0-62d2-4f59-b378-e37ae1769dd2n%40googlegroups.com.
