diff --git a/idea/testData/debugger/tinyApp/src/stepping/custom/coroutine.kt b/idea/testData/debugger/tinyApp/src/stepping/custom/coroutine.kt index abf856fd226..595693d7ffb 100644 --- a/idea/testData/debugger/tinyApp/src/stepping/custom/coroutine.kt +++ b/idea/testData/debugger/tinyApp/src/stepping/custom/coroutine.kt @@ -17,6 +17,6 @@ fun main(args: Array) { } } -// STEP_INTO: 1 +// STEP_OVER: 1 // TODO: Breakpoint on builder {} is now triggered twice. This is because generated line number on suspend function enter. \ No newline at end of file diff --git a/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunLiteral.out b/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunLiteral.out index 6fa03e855f1..26ad24496d3 100644 --- a/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunLiteral.out +++ b/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunLiteral.out @@ -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 diff --git a/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunLiteral.out.181 b/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunLiteral.out.181 new file mode 100644 index 00000000000..6fa03e855f1 --- /dev/null +++ b/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunLiteral.out.181 @@ -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 diff --git a/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunctionalExpression.out b/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunctionalExpression.out index e7ec576d0cc..0cb345094c2 100644 --- a/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunctionalExpression.out +++ b/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunctionalExpression.out @@ -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 diff --git a/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunctionalExpression.out.181 b/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunctionalExpression.out.181 new file mode 100644 index 00000000000..e7ec576d0cc --- /dev/null +++ b/idea/testData/debugger/tinyApp/src/stepping/custom/smartStepIntoInlinedFunctionalExpression.out.181 @@ -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 diff --git a/idea/testData/debugger/tinyApp/src/stepping/stepOver/stepOverInlineFunWithRecursionCall.out b/idea/testData/debugger/tinyApp/src/stepping/stepOver/stepOverInlineFunWithRecursionCall.out index 8e9031afa8d..9c8421b40ce 100644 --- a/idea/testData/debugger/tinyApp/src/stepping/stepOver/stepOverInlineFunWithRecursionCall.out +++ b/idea/testData/debugger/tinyApp/src/stepping/stepOver/stepOverInlineFunWithRecursionCall.out @@ -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