Fix source mapping for stepping into package facades from libraries (KT-28028)

This commit is contained in:
Yan Zhulanow
2018-11-27 17:39:31 +09:00
parent 3c8714696d
commit 3d7b503cd6
4 changed files with 38 additions and 31 deletions
@@ -0,0 +1,8 @@
package sameFileNames
fun main() {
//Breakpoint!
val result = simple.foo()
}
// STEP_INTO: 1
@@ -0,0 +1,8 @@
LineBreakpoint created at sameFileNames.kt:5
Run Java
Connected to the target VM
sameFileNames.kt:5
simpleKt.kt:5
Disconnected from the target VM
Process finished with exit code 0