Weird debugger issue where a local variable goes missing from the debugger. Evaluating it:
Cannot find local variable 'existingGoalsByExpirationDate' with type java.util.Map
. The variable shows up in the debugger on the first breakpoint, but is invisible to the second:
rocketraman
03/10/2021, 5:38 PM
That's true also for the
existingWeightGoals
parameter to the method this is in.
a
Alexey Belkov [JB]
03/11/2021, 8:42 AM
Is that a coroutine function? Can you share some reproducible project in a YouTrack issue to investigate?
r
rocketraman
03/11/2021, 3:38 PM
The function is a suspending function, but there are no suspending calls in it until after these breakpoints. In the screenshot I posted you can see the suspending calls in the gutter.
I will see if I can create a repro.