Eclipse debugging “source not found”

前端 未结 6 1883
南旧
南旧 2020-11-29 05:50

I just started using Eclipse so go easy on me ;). But when trying to debug a JUnit test case I get a dialog that states the the source is not found when I get to this line i

6条回答
  •  Happy的楠姐
    2020-11-29 06:22

    I had a similar problem with another jar, even when I pointed to the source it would ask for it again. I was able to solve it by compiling the jar with debug="on" on ANT.

提交回复
热议问题