idea debug---启动超级慢,提示”Method breakpoints may dramatically slow down debugging“的解决办法

https://blog.csdn.net/hanqing456/article/details/111878982

1.问题
项目正常启动的时候没问题,debug模式就卡住了,很久不动。我推测是哪个断点导致的,一看断点果然有情况。在方法上打了断点。

2、View Breakpoints

 

3、把 “Java Method Breakpoints” 取消,”Done“

 
4、重新启动,问题解决。

原文地址:https://www.cnblogs.com/jthr/p/15394076.html