java jdb

https://stackoverflow.com/questions/8155253/how-do-i-compile-in-debug-mode-netbeans-java-maven

  
    org.apache.maven.plugins maven-compiler-plugin 2.5.1  1.6 1.6 true lines,vars,source  

JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"
$JAVA_HOME$/bin/jdb -attach 127.0.0.1:8787

https://zzyongx.github.io/blogs/jdb.html

https://blog.csdn.net/arkblue/article/details/39718947

https://www.jianshu.com/p/5a64ed722b91

https://www.infoq.cn/article/basic-java-debugging

https://alibaba.github.io/arthas/

https://www.jianshu.com/p/1b1c998c4448 

https://blog.csdn.net/chengzhezhijian/article/details/13627909


https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr011.html

你可能感兴趣的:(java jdb)