Update debugger test data, fix the current behavior
This commit is contained in:
@@ -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.
|
||||
-4
@@ -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
|
||||
|
||||
+12
@@ -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
|
||||
Vendored
-4
@@ -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
|
||||
|
||||
Vendored
+12
@@ -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
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user