eclipse使用tomcat maven插件 Source not found
IDE:eclipse 4.3构建工具:maven 3.0.4servlet容器:tomcat-maven-
项目环境
IDE:eclipse 4.3
构建工具:maven 3.0.4
servlet容器:tomcat-maven-plugin
问题重现
使用 mvn tomcat:run 启动web应用,在debug模式下代码执行到断点处,不能显示对应的源码,出现 Source not found的错误警告,手动Edit Source Lookup Path后,源码闪一下就消失了。这个问题遇到多次,一直没有找到方法,今天仔细在google上搜索了一下终于解决。
解决方案
安装dynamic-source-lookup插件,update地址:http://ifedorenko.github.com/m2e-extras/
安装过程跟其他插件的安装过程一样。
这个插件也可以在Eclipse marketplace 中找到,但是我从Eclipse marketplace安装以后没有效果,我就把插件删除了使用上面的更新地址安装就好了。
插件在marketplace地址:https://marketplace.eclipse.org/content/m2e-dynamic-sources-lookup
插件源码:https://github.com/ifedorenko/com.ifedorenko.m2e.sourcelookup
参考以下博文
http://stackoverflow.com/questions/9474981/java-debugging-source-not-found/11452410#1145241
昨晚都测试了好好的,早上来就又不行啦,坑爹呀........
更多推荐
所有评论(0)