unable to place breakpoints in eclipse

后端 未结 8 1579
礼貌的吻别
礼貌的吻别 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:58

    although I have attached a source directory to this .JAR file, I am unable to place a breakpoint in this class.

    You say "a source directory". Are you sure, it's the same version that was used to compile the jar? If you're attaching a different source code version, the line numbers may not match, and your break point won't hit.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题