I get “Source not found” when debugging my Java code in Eclipse

后端 未结 15 1295
庸人自扰
庸人自扰 2020-12-05 02:31

I\'m trying to debug my Java application in Eclipse however when I hit a breakpoint I simply see the following instead of my source:

15条回答
  •  死守一世寂寞
    2020-12-05 02:57

    This is an expansion on JAB's answer: Click "Edit Source Lookup..." > Add... > Workspace Folder > Project > select your folder > check Search subfolders box > OK.

提交回复
热议问题