【debug问题】Method breakpoints may dramatically slow down debugging 导致项目无法启动

问题描述:启动项目后,debug控制台弹出提示:Method breakpoints may dramatically slow down debugging ,之后项目停留在mybatis 插件加载的地方就停止了,不再往下走了。最后发现打了方法断点导致的。

问题解决:ctrl + shift + F8  或者打开debug控制台,点击这个图标:

 【debug问题】Method breakpoints may dramatically slow down debugging 导致项目无法启动

取消java Method Breakpoints的勾选
【debug问题】Method breakpoints may dramatically slow down debugging 导致项目无法启动