unable to place breakpoints in eclipse

后端 未结 8 1648
礼貌的吻别
礼貌的吻别 2021-01-02 16:34

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

8条回答
  •  感动是毒
    2021-01-02 16:50

    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.

提交回复
热议问题