HI! How can we solve this issue when variables are...
# android
s
HI! How can we solve this issue when variables are not captured inside lambdas when debugging? Same debugging works fine with Java.
j
write them directly or assign them to another variable (both temporarily) so you can get them
👍 1
not sure if there is another workaround
s
yes that works. but is this a bug from android studio or Kotlin or something? What if we need some other variable?
j
I think I have seen that in IDEA too
s
Ok. I'll check for open ticket for this bug and open one of needed.