原因: JVM上实际运行的代码和设置断点的代码不是同一份。
解决办法:
clean工程,把断点全部清掉,重新打断点,再调试,就没问题了。
去掉断点:在debug模式,breakpoints中removeAll breakpoints,如果不存在,先断的点一下断点,再去掉,或者点击skip all breakpoints