diff --git a/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.ir.out b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.ir.out new file mode 100644 index 00000000000..3ef2143e935 --- /dev/null +++ b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.ir.out @@ -0,0 +1,14 @@ +LineBreakpoint created at initBlocks.kt:6 +Run Java +Connected to the target VM +initBlocks.kt:6 +initBlocks.kt:7 +initBlocks.kt:9 +initBlocks.kt:10 +initBlocks.kt:11 +initBlocks.kt:3 +initBlocks.kt:15 +initBlocks.kt:16 +Disconnected from the target VM + +Process finished with exit code 0 diff --git a/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.kt b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.kt index dcd8427d406..2ebe91e5c6d 100644 --- a/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.kt +++ b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.kt @@ -15,4 +15,4 @@ fun main() { Foo() } -// STEP_OVER: 6 \ No newline at end of file +// STEP_OVER: 7 \ No newline at end of file diff --git a/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.out b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.out index 6f5f4f3470d..05c81e63835 100644 --- a/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.out +++ b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.out @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR LineBreakpoint created at initBlocks.kt:6 Run Java Connected to the target VM