I am about to upgrade to gwt 2.7 but I can not get super dev mode up and running as I wish. I run eclipse and an external app server and I have classic dev mode running with an old firefox adding -nosuperDevMode to my old run configuration in eclipse.
1. I think I get sdm running by running my old configuration in eclipse. When connecting using the browser I can make changes to the java client code in eclipse and when pressing reload in my browser it will compile incrementally. I am still having com.google.gwt.dev.DevMode as my main class. Is this the correct way to do it?
Here is my argument list:
-startupUrl
http://localhost:9080/iGWT/IGWT.jsp -war /home/i/workspaces/i_e44/i/war -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -logLevel INFO -noserver -codeServerPort 9997 i.ui.I -bindAddress 0.0.0.0 i.ui.I
2. In the above configuration I can't see my java classes in the browser nor will the code stop at any break points I have set in eclipse. This is my main issue. How can I get this to work with my external app server?
I run ubuntu 14.04 and chromium 39.0.2171.65.
FF