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

后端 未结 15 1275
庸人自扰
庸人自扰 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 03:06

    I got this error when I was running my server using a maven tomcat plugin. When I deployed using my configured server in Eclipse (generating a war file and copying it into my tomcat directory), I didn't have this issue anymore.

提交回复
热议问题