Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4229857
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2024年(1)

2023年(5)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

分类: Java

2016-12-02 16:11:04

最近发现 osgi的service在debug的时候很慢,开始认为是本机的性能不行,后来发现远程的计算机速度也不快.
趁着机房停电的空闲时间,看了一看 jetbrain文档
Method breakpoints will slow down debugger a lot because of the JVM design, they are expensive to evaluate. Remove method breakpoints and consider using the regular line breakpoints. Ctrl - Shift -F8 查看断点的详细信息,删除方法断点
2  Watch method return values option is enabled in the Debugger Panel. Try disabling this option to improve the performance. 在下面的面板中
Enable alternative views for Collections classes and Enable toString()’ object view options enabled in Settings | Debugger | Data Views. If toString() methods take a long time to complete, disable this option. Note that custom toString() methods can also change the semantics of the application when running under debugger in case the code inside these methods changes the state of your application. 在setting的Debugger中Data Views 中java 中 取消两项打钩.


阅读(6829) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~