LineBreakpoint created at evDuplicateItems.kt:10 Run Java Connected to the target VM evDuplicateItems.kt:10 package evDuplicateItems class A { var prop = 1 } fun main(args: Array) { val a = A() //Breakpoint! val b = a.prop + a.prop } // PRINT_FRAME Compile bytecode for a.prop frame = main:10, EvDuplicateItemsKt {evDuplicateItems} local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = evDuplicateItems.kt, 7) local = a: evDuplicateItems.A = {evDuplicateItems.A@uniqueID} (sp = evDuplicateItems.kt, 8) field = prop: int = 1 (sp = evDuplicateItems.kt, 4) Disconnected from the target VM Process finished with exit code 0