Update debugger test data
Note: neither the new nor the old data is actually correct, as the debugger needs to stop on line 7 twice (once for the call, once for the lambda) but ignore the synthetic line number in between.
This commit is contained in:
+1
-1
@@ -27,4 +27,4 @@ inline fun forEach(s: () -> Unit) {
|
||||
}
|
||||
}
|
||||
|
||||
// STEP_INTO: 10
|
||||
// STEP_INTO: 14
|
||||
@@ -3,9 +3,13 @@ Run Java
|
||||
Connected to the target VM
|
||||
inlineOnly.kt:5
|
||||
inlineOnly.kt:7
|
||||
inlineOnly.kt:1
|
||||
inlineOnly.kt:7
|
||||
inlineOnly.kt:13
|
||||
inlineOnly.kt:14
|
||||
inlineOnly.kt:7
|
||||
inlineOnly.kt:1
|
||||
inlineOnly.kt:7
|
||||
inlineOnly.kt:13
|
||||
inlineOnly.kt:14
|
||||
inlineOnly.kt:7
|
||||
|
||||
Reference in New Issue
Block a user