Fix source mapping for stepping into package facades from libraries (KT-28028)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user