使用IDEA debug代码时,发现启动慢,等了几分钟都没办法进行正常启动,发现下面出现了提示 “Method breakpoints may dramatically slow down debugging”

参考博客:https://blog.csdn.net/Caster_Saber/article/details/82632332

发现是其中一个选项勾选了,导致变慢,快捷键 Ctrl + Shift + F8 

IDEA debug时特慢 Method breakpoints may dramatically slow down debugging

 

 

或者使用鼠标点击以下

IDEA debug时特慢 Method breakpoints may dramatically slow down debugging

 

 

在弹出的选项中,取消勾选“java Method Breakpoints” 选项即可

IDEA debug时特慢 Method breakpoints may dramatically slow down debugging

 

相关文章: