Proper generate interval for catch block variable; Fix for KT-15646: InconsistentDebugInfoException when stepping over throw
#KT-15646 Fixed
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
package catchVariable
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
try {
|
||||
throw Exception()
|
||||
|
||||
}
|
||||
//Breakpoint!
|
||||
catch (e: Exception) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// PRINT_FRAME
|
||||
Reference in New Issue
Block a user