I am using eclipse europa (3.5) on windows vista home premium 64-bit using JDK 1.6.0_18 (32 BIT).
Normally, I am able to put breakpoints just fine; However, for a pa
Just a simple refresh of the .jar file did the trick for me.
I was able to place breakpoints in all the other class files of the same package except one. What I observed is that, when I opened this class file in editor and selected "Link with Editor", eclipse did not take me to this class file itself, but only to the package of this class file.
After the refresh,"Link with Editor" worked and I was able to place the breakpoint.
If someone could explain this behavior,it will be helpful.