Sunday, July 19, 2020

Re: GWT Server and debug

It should just work.  Like many other tools out there, SuperDevMode uses JavaScript source maps (the old way used plugins, which are no longer allowed in most browsers).  If you debug your app in Chrome dev tools, the source you will see will be your Java code in the debugger (not the compiled JS code).

All the SDBG plugin does, is hook into Chrome so you can debug in Eclipse, instead of needing to use the Chrome dev tools debugger.

Maybe create a new hello world app, just to see how it works:  http://www.gwtproject.org/

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/faec511f-3739-424a-a107-feb71b29418en%40googlegroups.com.

No comments:

Post a Comment