Size: 87
Comment:
|
Size: 273
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
http://docs.oracle.com/cd/E19146-01/821-0790/abxio/index.html java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address="8000" -jar test.jar jdb -attach myhost:8000 |
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,suspend=n,address="8000" -jar test.jar
jdb -attach myhost:8000