myeclipse远程调试tomcat应用

  在远程tomcat中,配置如下参数 -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8765 在debug模式下,开启transport,以server的方式,在8765端口上   然后在myeclipse中 右击项目,选择debug as,悬着open debug dailog,选中remote java application
相关文章
相关标签/搜索