eclipse debug时为什么显示source not found或修改关联的source

解决方法如下:

  1. -》在调试的线程上 右键单击

  2. -》选择Edit Source Lookup Path

  3. -》选择Add

  4. -》选择Java Project 选择相应的Project 进行OK确定即可 

  5. tomcat server.xml <Context docBase="F:\workspace\dbj\webroot" path="/dbj" debug="1"  reloadable="true"/> debug 应该 设置为0