解决Eclipse Debug 的source not found问题

来源:互联网 发布:淘宝设置不包邮地区 编辑:程序博客网 时间:2024/06/14 01:40

原文链接:http://blog.csdn.net/eoeandroida/article/details/41282783

运行到断点处时,Debug窗口出现source not found问题(没有自动关联程序编码):

解决办法:

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

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


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


阅读全文
0 1
原创粉丝点击