java - Eclipse juno won't hit breakpoints in GWT server side code running in tomcat -


i'm running vogella's tutorial on gwt (http://www.vogella.com/articles/gwt/article.html) , eclipse juno installation on osx not able hit breakpoint in server-side service module implementation java class myuserserviceimpl.

i've linked external (not workspace) installation of tomcat 7 eclipse, able start , stop server. can see during server startup port 8000 setup attachment (by adding vm args: -xdebug -xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n). appear able attach port 8000 using remote debugging on localhost url in eclipse.

any suggestions on why i'm not able hit breakpoint?

turns out instead of debugging remote java application, debugging web application works.

still need ensure in fact getting deployed correct tomcat installation directory. i've unchecked "run built-in server" in debug configuration web application type project. i've ensured eclipse has taken control of tomcat installation identified in preferences. manually setting directory not allowed had identified separately in eclipse tomcat installation dir.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -