Question : Eclipse build path debug source not found

I have been trying to debug an application wothout any success. When I enter debug mode the immidiate class where the brakpoint is comes up and I am able to step through the code. The problem occurs when this class accesses another class in the same project and this is where I get source not found. I have tried adding the source file using Edit source lookup, but no luck.

This other class is not an extrnal class and I have configured my source folder in the build path.

Please hep

Answer : Eclipse build path debug source not found

I found the answer. Theproblem was that the jar (that was built yesterday) I was pointing to did not have the latest code that I wrote today. SO when I tried to debug that line of code it gives me source not found but for other pieces of codes it works.

Thus I did a clean build and now my jar has the latest changes which allows me to debug them.
Random Solutions  
 
programming4us programming4us