标签: java debugging intellij-idea boolean
我有以下案例:
因此,正如您所看到的,powerloadIsPresent(powerLoad)方法在观察者中返回true,但调试器实际上已在else部分中停止。 我认为powerloadIsPresent()可以改变它的状态,但它只会检查它是否为空...
powerloadIsPresent(powerLoad)
true
else
powerloadIsPresent()
我只能复制一次。 你知道为什么会这样吗?
提前感谢您的任何想法:)