Debugging server code is done as usual using Java debug wire protocol 
(JDWP) remote debugging.
Debugging client code is done using the browser dev tools which also allows 
setting breakpoints. During development GWT CodeServer should be started 
using '-style PRETTY -XmethodNameDisplayMode ABBREVIATED' which makes JS 
readable (but not super detailed) in case you do not want to use SourceMaps.

-- J.

Daniel Webb schrieb am Montag, 24. Juni 2024 um 11:19:34 UTC+2:

> Hi, 
> Is it possible to debug GWT projects - setting breakpoints and stepping 
> through code? This would be server and/or client debugging.
>
> We've just had our internal GWT based app updated and it now uses maven to 
> run (clean install appengine:run). The eclipse plugin based debugging 
> technique that I used to use no longer seems to work.
>
> Thanks for any advice, I really like GWT but I'm lost as to how it all 
> works!
> Daniel
>

-- 
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/e7944cb0-b35b-4faa-aeed-9dfce8d71872n%40googlegroups.com.

Reply via email to