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

 

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

2、View Breakpoints

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

 

 

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

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

 

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

相关文章:

  • 2021-11-30
  • 2022-01-22
  • 2022-12-23
  • 2021-10-28
猜你喜欢
  • 2022-02-22
  • 2021-06-22
  • 2021-08-01
  • 2021-10-25
  • 2022-01-14
  • 2021-11-19
相关资源
相似解决方案