Is it possible to debug GWT client code on a REMOTE server using IntelliJ 9 Community Edition?
Posted
by Nadav
on Stack Overflow
See other posts from Stack Overflow
or by Nadav
Published on 2010-04-13T12:03:34Z
Indexed on
2010/04/13
12:13 UTC
Read the original article
Hit count: 328
I'm trying to move our Google Web Toolkit (GWT) development from Eclipse to IntelliJ 9 Community edition. So far I've been able to run and debug client/server code successfully via the GWT Maven plugin and its embedded Jetty container.
However, I'm having trouble debugging client code when it is already running on a remote machine (and hence there's no need for the embedded Jetty container).
Has anyone been successful at achieving this? Any help would be appreciated!
© Stack Overflow or respective owner