Eclipse java debugging: source not found

后端 未结 30 2020
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:43

    In eclipse photon try to turn off "Window->Preferences->Java->Debug->Use advanced source lookup"

    Edit: There is a related bug in this version of eclipse which leads to a "source not found" message while debugging Java applications. See bug report bugs.eclipse.org/bugs/show_bug.cgi?id=537699 for more details

提交回复
热议问题