Thanks Jens, I appreciate the answer, gives me something to have a go at.

Regards
Daniel.

On Monday 24 June 2024 at 11:20:15 UTC+1 Jens wrote:

> 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/5b277605-43d4-47c8-9ba9-001dd4456cc0n%40googlegroups.com.

Reply via email to