前言
今天无意启动项目时,一直停留在某一个地方不会往下走,因为日志输出为查询语句,我以为是数据连接出现了问题,但是重启了一下idea,启动时idea提示了Method breakpoints may dramatically slow down debugging。才明白是因为某个地方存在断点。
问题:
Method breakpoints may dramatically slow down debugging
翻译:方法断点可能会显著减慢调试速度
解决:
去掉方法断点即可,把断点打到方法实现上
在不知道哪里有断点的情况 先在这里关闭所有断点。