Eclipse java debugging: source not found

后端 未结 30 1926
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:39

    From http://www.coderanch.com/t/587493/vc/Debugging-Eclipse-Source

    "When running in debug mode, right click on the running thread (in threads tab) and select Edit Source Lookup. At this point, you should be able to add the necessary project/jar which contains your source code."

    I added my current project in this way, and it solved my problem

提交回复
热议问题