I have somehow managed to get a really screwed up Eclipse project. I have been trying to debug a jUnit test, and I am unable to debug it properly. If I put a breakpoint in the class, then try to F6 to step over, the debugger is stopping on blank lines, commented out lines, etc etc. It’s like the debugger is working on the wrong class. I am also getting a lot of failures in the class that don’t seem related to it.
I have tried to delete and re-add my source folders, clean the project, etc. I am at a loss for what to do.
Thanks
I ended up re-installing eclipse. I never did figure out the problem.