解决Eclipse Debug 的source not found问题
生活随笔
收集整理的这篇文章主要介绍了
解决Eclipse Debug 的source not found问题
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
http://blog.csdn.net/eoeandroida/article/details/41282783
最近在做Android 4.4系统的定制开发(RockIII)进行Debug时,并打上断点,运行到断点处时,Debug窗口出现source not found问题(没有自动关联程序编码):
解决办法:
-》在调试的线程上 右键单击
-》选择Edit Source Lookup Path
-》选择Add
-》选择Project
选择自己正在调试的项目。保存。
不要勾选 “Search for duplicate source files on the path”这个选项。 OK
==============
在run configuration source path 添加项目
总结
以上是生活随笔为你收集整理的解决Eclipse Debug 的source not found问题的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: Spray + Akka高性能异步IO并
- 下一篇: bootstrap 起步