eclipse 远程调试

run.bat

@echo off
set JAVA_HOME=C:\Program Files\Java\jdk1.5.0_14
set RESIN_HOME=F:\resin-3.1.9
set PATH=%JAVA_HOME%\bin;%PATH%;%RESIN_HOME%\bin

httpd.exe -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=11000

run 菜单下Debug Configurations-->
Remote Java Application 下配置

你可能感兴趣的:(java,eclipse,C++,c,socket)