What does the little :kotlin: icon do in the `Vari...
# intellij
p
What does the little K icon do in the
Variables
tab during debugging?
j
Copy code
While debugging Kotlin code, you can now choose “Kotlin” mode to observe the values of the variables. After clicking on the Kotlin icon, you see the variables by Kotlin names, not by auxiliary JVM names, as before
from: https://blog.jetbrains.com/kotlin/2019/04/kotlin-1-3-30-released/
👍 1
p
thanks bud!