解决Eclipse Debug 的source not found问题

Posted jhcelue

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决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








以上是关于解决Eclipse Debug 的source not found问题的主要内容,如果未能解决你的问题,请参考以下文章

eclipse+tomcat+maven debug的时候总是出现source not found /Edit lookup path...的问题解决方案

Eclipse debug source not found

eclipse调试(debug)的时候,出现Source not found,Edit Source Lookup Path,一闪而过

Eclipse_debug异常_Source not found

Eclipse 调试出现source not found问题

eclipse debug 调试找不到资源问题解决