I have 2 web projects, both of which contain a class with exactly the same package and name but are slightly different because of versions, etc.
Say I put a breakpoint in one file on line 68 and another breakpoint on line 82 in the other file. Now run the application that appears first in the list in the package explorer – the debugger will stop at the right place (line 68). Now run the application that appears second in the list in the package explorer – the debugger will stop on line 82, but in the FIRST file in the list.
Hope that makes sense…
I am using
MyEclipse Version: 3.9.310
Build id: 20050808-4.0-Milestone-3
and
Eclipse Version: 3.1.0
Build id: I20050627-1435
I recently upgraded to Milestone-3 from (I think) Milestone-2 – I don’t think this was a problem in Milestone-2.
Thanks,
Rob