解决Eclipse Debug 的source not found问题

近期在做Android 4.4系统的定制开发(RockIII)进行Debug时。并打上断点。执行到断点处时,Debug窗体出现source not found问题(没有自己主动关联程序编码):

解决的方法:

-》在调试的线程上 右键单击
-》选择Edit Source Lookup Path
-》选择Add
-》选择Project 

选择自己正在调试的项目。保存。


不要勾选 “Search for duplicate source files on the path”这个选项。

  OK

原文地址:https://www.cnblogs.com/jhcelue/p/7396922.html