Eclipse远程调试Java程序

1. 在服务器上运行jar包时加入参数

-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005

 

2. 在Eclipse中操作

Run-> Debug Configuration-> Remote Java Application -> 在右侧输入ip和端口,点击Debug即可

posted @ 2015-11-13 10:15  桔子大  阅读(358)  评论(0编辑  收藏  举报
/*火箭返回顶层*/