I also experienced a debugger bug while in Android app where I could do step by step, line by line, but could not see the local variables not access them (didn't try with non local variables though). Hopefully, I could find my bug
d
dalexander
03/28/2017, 2:21 PM
I’ve seen this happen on a non-Kotlin project, in that case it was caused by jacoco, disabling jacoco makes local variables visible again.
l
louiscad
03/28/2017, 2:34 PM
But in my case, I didn't use any code coverage thing