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

  <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<debug>true</debug>
<debuglevel>lines,vars,source</debuglevel>
</configuration>
</plugin>
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

最新文章

  1. angularjs指令系统系列课程(3):替换replace,内容保留transclude,作用方式restrict
  2. webservice 原理
  3. Scrum会议5
  4. eclipse批量删除断点(转)
  5. Currency Exchange 分类: POJ 2015-07-14 16:20 10人阅读 评论(0) 收藏
  6. angular $apply()以及$digest()讲解
  7. UVA 12373 Pair of Touching Circles
  8. PTA - - 06-图1 列出连通集 (25分)
  9. OpenStack点滴02-WSGI
  10. F - 小晴天老师系列——苹果大丰收
  11. POJ2774(二分+哈希)
  12. &lt;abbr&gt;标签的
  13. github设置添加SSH
  14. dotNet程序员的Java爬坑之旅(二)
  15. Java8 Stream实例--统计出所有含‘张’字的人员的平均年龄
  16. int,String转换
  17. SEH X86
  18. C#语言————选择结构
  19. windows下升级node&amp;npm
  20. Command and Query Responsibility分离模式

热门文章

  1. Chapter 2 :重构的原则
  2. ACR122U读卡器在win7以上系统使用过程中的设置项
  3. 聊一聊 bootstrap 的轮播图插件
  4. Python3---AJAX---爬虫
  5. DevExpress的TreeList实现自定义右键菜单打开文件选择对话框
  6. vue项目中使用sass
  7. 1-4-JS基础-条件判断
  8. PyCharm常用快捷键(pycharm使用教程)
  9. STM32 掉电检测程序
  10. JavaScript获取Django模板中指定键值的数据,使用过滤器