在 Eclipse 中 Debug Maven 项目“source not found”问题解决
##问题
在 Eclipse 中 Debug Maven 项目出现“Source not found”,无法定位到断点的源码位置。
##原因
Eclipse 中 Debug 时未关联上源码,所以找不见
##解决:关联上源码
点击“Edit Source Lookup Path”
点击“Add”
关联上相关的项目源码,即可
##问题
在 Eclipse 中 Debug Maven 项目出现“Source not found”,无法定位到断点的源码位置。
##原因
Eclipse 中 Debug 时未关联上源码,所以找不见
##解决:关联上源码
点击“Edit Source Lookup Path”
点击“Add”
关联上相关的项目源码,即可