Saturday, December 20, 2014

problems with server-side debugging

Hi,

I recognized some changes in the eclipse menus after some updates.
However, I cannot debug server-side code anymore.

  • Debug As - Web Application
    http://127.0.0.1:8888/index.html?gwt.codesvr=127.0.0.1:9997
    gives empty page, chrome says: Failed to load resource: net::ERR_CONNECTION_REFUSED

  • Debug As - Web Application (GWT Classic Dev Mode)
    http://127.0.0.1:8888/index.html?gwt.codesvr=127.0.0.1:9997
    gives empty page, chrome says: Failed to load resource: net::ERR_CONNECTION_REFUSED

  • Debug As - Web Application (GWT Super Dev Mode)
    http://127.0.0.1:8888/index.html
    Running the app is possible (in contrast to the other cases), but the server-side break points are not visited...
What can I do?

Thanks
Magnus

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment