Posted By:
Brian_Kreulen
Posted On:
Wednesday, March 8, 2006 05:32 AM
Hello all,
I'm using Eclipse 3.1.1, and I've found a rather annoying 'feature'. I copied a java source file from one project to another, and then made some modifications on the new file. I then tried to set a breakpoint in the new file, which worked. Eclipse stopped execution, but it loaded the original source file! I can step through and do all normal debugger stuff, but the source file is the wrong one, so I end up "stepping through" lines of commenting, etc.
Am I missing something, or is Eclipse being really dumb?