Is it possible for a GWT application (client) to connect to a remote server ( appengine ) so that you can debug Java code (debugger)? Development environment - IntelliJ IDEA.

    1 answer 1

    Most likely you should create a run configuration of the type “Remote” and start the remote server with additional parameters (they will be shown in the configuration settings in the idea).

    Additional information can be found in the help for this type of run configuration.