IDEA Debug Method Breakpoint 方法断点影响启动速度
IDEA Debug 大约 499 字方法断点
IDEA
中实现的方法断点功能,并非是JPDA
自带的功能(Java Platform Debugger Architecture
)。
开启时,IDEA
会提示方法断点会显著拖垮Debug
。
Method breakpoints may dramatically slow down debugging
解决方法
方法一
不使用方法断点,尽量使用行断点。
方法二
等项目启动完成后,再开启方法断点。
参考
https://www.smartik.net/2017/11/method-breakpoints-are-evil.html
视频讲解
阅读 796 · 发布于 2022-08-26
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
JavaFX Module reads package 'javafx.beans' from both 'javafx.base' and 'javafx.base'阅读 2301
-
Rust 标准库 API 文件操作 File阅读 510
-
Go 时间加减、计算方法耗、毫秒转 Time阅读 20132
-
Vue $nextTick 解决 v-if 切换后操作 DOM 报错问题阅读 666
-
JVM:垃圾标记阶段算法之引用计数法阅读 771
-
设计模式之备忘录模式阅读 2233
-
Android 取消 EditText 下划线阅读 4142
-
Linux 查看进程启动时的环境变量值阅读 196
-
Linux 命令之解压缩阅读 2300
-
Windows WSL 能 ping 通但 curl 无响应阅读 2687