package catchVariable fun main(args: Array) { try { throw Exception() } //Breakpoint! catch (e: Exception) { } } // PRINT_FRAME