Eclipse java debugging: source not found

后端 未结 30 1925
Happy的楠姐
Happy的楠姐 2020-11-22 15:43

While debugging a java app in eclipse I receive a \"Source not found\" error in two cases:

  • Stepping in to a file in a different project which
30条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 16:44

    I had the problem that my Eclipse was not debugging the source code of my project. I was getting a blank page with "Source code node found".

    Please click the Attach source code button. Then delete the "default" folder then click add and go to your project location and attach. This worked for me

提交回复
热议问题