Update debugger test data, fix the current behavior

This commit is contained in:
Yan Zhulanow
2018-12-03 20:40:58 +09:00
parent 1734726d50
commit 9ec321b918
6 changed files with 26 additions and 10 deletions
@@ -17,6 +17,6 @@ fun main(args: Array<String>) {
}
}
// STEP_INTO: 1
// STEP_OVER: 1
// TODO: Breakpoint on builder {} is now triggered twice. This is because generated line number on suspend function enter.
@@ -3,10 +3,6 @@ Run Java
Connected to the target VM
smartStepIntoInlinedFunLiteral.kt:6
smartStepIntoInlinedFunLiteral.kt:11
smartStepIntoInlinedFunLiteral.kt:12
smartStepIntoInlinedFunLiteral.kt:17
smartStepIntoInlinedFunLiteral.kt:18
smartStepIntoInlinedFunLiteral.kt:1
Disconnected from the target VM
Process finished with exit code 0
@@ -0,0 +1,12 @@
LineBreakpoint created at smartStepIntoInlinedFunLiteral.kt:6
Run Java
Connected to the target VM
smartStepIntoInlinedFunLiteral.kt:6
smartStepIntoInlinedFunLiteral.kt:11
smartStepIntoInlinedFunLiteral.kt:12
smartStepIntoInlinedFunLiteral.kt:17
smartStepIntoInlinedFunLiteral.kt:18
smartStepIntoInlinedFunLiteral.kt:1
Disconnected from the target VM
Process finished with exit code 0
@@ -3,10 +3,6 @@ Run Java
Connected to the target VM
smartStepIntoInlinedFunctionalExpression.kt:6
smartStepIntoInlinedFunctionalExpression.kt:11
smartStepIntoInlinedFunctionalExpression.kt:12
smartStepIntoInlinedFunctionalExpression.kt:17
smartStepIntoInlinedFunctionalExpression.kt:18
smartStepIntoInlinedFunctionalExpression.kt:1
Disconnected from the target VM
Process finished with exit code 0
@@ -0,0 +1,12 @@
LineBreakpoint created at smartStepIntoInlinedFunctionalExpression.kt:6
Run Java
Connected to the target VM
smartStepIntoInlinedFunctionalExpression.kt:6
smartStepIntoInlinedFunctionalExpression.kt:11
smartStepIntoInlinedFunctionalExpression.kt:12
smartStepIntoInlinedFunctionalExpression.kt:17
smartStepIntoInlinedFunctionalExpression.kt:18
smartStepIntoInlinedFunctionalExpression.kt:1
Disconnected from the target VM
Process finished with exit code 0
@@ -2,9 +2,9 @@ LineBreakpoint created at stepOverInlineFunWithRecursionCall.kt:6
Run Java
Connected to the target VM
stepOverInlineFunWithRecursionCall.kt:6
stepOverInlineFunWithRecursionCall.kt:6
stepOverInlineFunWithRecursionCall.kt:9
stepOverInlineFunWithRecursionCall.kt:14
stepOverInlineFunWithRecursionCall.kt:15
Disconnected from the target VM
Process finished with exit code 0