intellij debug模式提示 Method breakpoints may dramatically slow down debugging 解决方案

intellij debug模式提示 Method breakpoints may dramatically slow down debugging 解决方案

分析
根据提示:断点打在了方法上面。
因此而导致了导致项目启动变慢,IDEA调试会越来越慢,甚至启动不了。。。

解决方法
Ctrl+shift+F8打开Breakpoints面板,如图
intellij debug模式提示 Method breakpoints may dramatically slow down debugging 解决方案_第1张图片将方框内的 对勾√ 取消掉,然后点击 右下角的 Done 即可完美解决!

你可能感兴趣的:(java,bug)