Eclipse java debugging: source not found

后端 未结 30 1632
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:45

    Attach source -> Add -> External Archive -> select the jar -> open -> done

    the catch is look for the sources jar and attach this jar.

    for example the jar ends with "-sources" Stax2-api-3.4.1-sources

提交回复
热议问题