Debugger, BE: Provide Java-like stepping for 'for' loops
- Visit '}' instead of 'for' keyword on post-condition - Visit 'for' keyword on pre-condition
This commit is contained in:
-1
@@ -5,7 +5,6 @@ continueLabel.kt:5
|
||||
continueLabel.kt:6
|
||||
continueLabel.kt:7
|
||||
continueLabel.kt:8
|
||||
continueLabel.kt:10
|
||||
continueLabel.kt:5
|
||||
continueLabel.kt:6
|
||||
continueLabel.kt:7
|
||||
|
||||
@@ -15,4 +15,4 @@ fun main(args: Array<String>) {
|
||||
val z = 1
|
||||
}
|
||||
|
||||
// STEP_INTO: 14
|
||||
// STEP_INTO: 17
|
||||
@@ -16,6 +16,7 @@ forLoop.kt:12
|
||||
forLoop.kt:13
|
||||
forLoop.kt:11
|
||||
forLoop.kt:15
|
||||
forLoop.kt:16
|
||||
Disconnected from the target VM
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
+1
-1
@@ -12,4 +12,4 @@ fun main(args: Array<String>) {
|
||||
|
||||
// STEP_OVER: 4
|
||||
|
||||
// Tests that last line will be "9", no "11". See KT-13534.
|
||||
// See KT-13534.
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ inlineCallInForRangeExpression.kt:8
|
||||
inlineCallInForRangeExpression.kt:9
|
||||
inlineCallInForRangeExpression.kt:8
|
||||
inlineCallInForRangeExpression.kt:9
|
||||
inlineCallInForRangeExpression.kt:8
|
||||
inlineCallInForRangeExpression.kt:11
|
||||
Disconnected from the target VM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user