LineBreakpoint created at createExpressionCastToBuiltIn.kt:7 Run Java Connected to the target VM createExpressionCastToBuiltIn.kt:7 package createExpressionCastToBuiltIn fun main(args: Array) { val primitiveArray = intArrayOf(1) val stringArray = arrayOf("a") //Breakpoint! val a = 1 } // PRINT_FRAME // SKIP: value, hash, hash32, offset, count // DESCRIPTOR_VIEW_OPTIONS: NAME_EXPRESSION_RESULT Compile bytecode for args Compile bytecode for primitiveArray Compile bytecode for primitiveArray[0] Compile bytecode for stringArray Compile bytecode for stringArray[0] frame = main local = args (expression = args) local = primitiveArray (expression = primitiveArray) element = 0 (expression = primitiveArray[0]) local = stringArray (expression = stringArray) element = 0 (expression = stringArray[0]) Disconnected from the target VM Process finished with exit code 0