在Eclipse 下调试Servlet 出现了Source not found for
XxxAction.execute(...)的问题,猜想是没有将Servlet代码加入到debug
路径下以致在调试的时候找不到Source,虽知道原因,却不知道怎么解决。
只能在Eclipse 里乱逛,东点西击,最后终于发现了问题所在。
进
入Window > Preferences > Tomcat > Source Path,在Source Path
标签下有行文字:Add java projects to source path(Eclipse debugger will search
for source files in these projects)。将要调试的project 选中然后再调试,果然不再出现Source
not found for...了!!
还不行再从新部署一下 重启一下tomcat。就好