idea&debug问题 急急急

哪位大神知道,为什么idea在debug的时候,每次执行下一步总是要等很久才跳到下一步,但是有的时候执行速度又特别快,这是为什么???怎么解决啊????

这个应该上你的代码。。。看执行的是一个函数,还是一个语句。。。这些都是有差别的!!!

1.避免使用方法断点
go to Run -> View Breakpoints
Then click on the Method Breakpoints tab and remove all entries.

2.禁用 "Watch method return value"
在debug工具栏上能找到"Watch method return value"