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

后端 未结 15 1277
庸人自扰
庸人自扰 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:04

    I also had this issue in MyEclipse Blue. I resolved it by following these steps:

    1. Debug the project.

    2. Right click on the Thread (Which you will see in Debug tab) and click on the "Edit Source lookup"

    3. New window will open and hit the "Add" button and Select the "Java Project".

    4. Get all the project that is listed over there.

    5. Restart your server.

提交回复
热议问题