IDEA Debug 断点启动缓慢,run迅速

1.启动项目时Debug 模式断点控制在1到2个,Debug 模式断点太多会影响项目启动,有时项目会起不来.

2.IDEA 开发对资源要求比较高,Debug 模式断点太多会影响资源消耗.

3.查看Debug模式控制台如下:

Debug->双红色圆图标->进入 Breakpoints-》选择对应断点取消->Done 即可.(ctrl+shift+f8)
4.去掉java Field Watchpoints 属性IDEA Debug 断点启动缓慢,run迅速_第1张图片
5.方法上不要打断点

你可能感兴趣的:(数据库,mysql,database)