Eclipse java debugging: source not found

后端 未结 30 1685
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条回答
  •  太阳男子
    2020-11-22 16:34

    In my case the Maven version of the other referenced project didn't match the version of the test project. Once they were the same, the problem disappeared.

提交回复
热议问题