JPDA
http://www.ibm.com/developerworks/library/os-eclipse-javadebug/index.html
http://docs.oracle.com/cd/E19146-01/821-0790/abxio/index.html
java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address="8000" -jar test.jar
jdb -attach myhost:8000
http://www.ibm.com/developerworks/library/os-eclipse-javadebug/index.html
http://docs.oracle.com/cd/E19146-01/821-0790/abxio/index.html
java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address="8000" -jar test.jar
jdb -attach myhost:8000
Java/JPDA (last edited 2015-01-19 10:46:26 by static-wan-bl2-240-198-rev)