天天看点

Eclipse_debug异常_Source not found

一.现象

在eclipse中,打了断点之后运行代码,出现debug异常:Source not found,如下图

Eclipse_debug异常_Source not found

原因

找不到源码。

解决方案

 添加源码即可

                1.Edit Source Lookup Path->remove掉Default

Eclipse_debug异常_Source not found

      2.Add->Java Project ->选择下图4个工程,ok。

      下次启动工程即可生效

Eclipse_debug异常_Source not found

第二种方法:

Eclipse_debug异常_Source not found

继续阅读