xenomachina
09/13/2025, 3:38 AMmessages
. However, IntelliJ is saying "'messages was optimised out". This is despite the fact that my code uses this the variable after the breakpoint.
val messages = msg.messages()
println(messages) // breakpoint is on this line
messages.size shouldBe 1
Is there any way to tell it to not optimize out a variable?ephemient
09/13/2025, 7:46 AMDmitry Khalanskiy [JB]
09/15/2025, 9:41 AM