This is one of those problems that bring you to the brink of common sense.
I am running Eclipse Java EE Indigo on Windows XP 32bit. I am trying to debug a gwt client client application for tomcat 6. I am using JDK1.6.0_32
I am trying to debug the back end of my application. I set breakpoints, start the client as a web application locally, and then debug the service as a remote Java application (standard (socket attach) localhost, 8000, correct sources). I checked that I am starting the server with the correct debugging settings (dt_socket, 8000, catalina.bat jpda start)
spray points do not fall. Nothing, yes. Eclipse does not pause the thread, and the code continues to go through breakpoints. What makes this even more confusing was that the control points worked yesterday, without changing anything without me, and this does not happen this morning.
I tried restarting, cleaning, and updating. The issue with Google on the issue caused most problems since 2009 with an older version of Java.
EDIT: Eclipse throws the error message โFailed to set breakpoint due to missing line numbersโ, even if this option is selected in the properties
Jabda source share