使用Eclipse JPDA远程调试Java程序
使用Eclipse JPDA远程调试Java程序2011-01-15 BlogJava x.matthew请按以下步骤进行(本人已经在Eclipse 3.2, JDK 1.5_08)环境下调试成功。1. 在启动Java程序时,在Java启动命令中,加入以下参数-Xdebug -Xrunjdwp:transport=dt_socket,address=1234,server=y,suspend=n注: suspend参数表示,启动时,是否等待JPDA调试端连...