Debugger: A dirty fix for setting breakpoints inside finally {} in case if exception is thrown from try {} (#KT-22654)

This commit is contained in:
Yan Zhulanow
2018-03-02 20:58:49 +03:00
parent eec9c6bffa
commit 966480a155
7 changed files with 92 additions and 7 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ fun foo() {
}
}
// 2 3 7 4 5 7 8 +10 11 15 12 13 15 10 17
// 2 3 7 8 4 5 7 8 7 8 +10 11 15 16 12 13 15 16 15 10 17
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo() {
}
}
// 2 3 5 6 +8 9 11 8 13
// 2 3 5 6 5 6 +8 9 11 12 11 8 13