Debugger: Fix function breakpoints for libraries (KT-36403)

This commit is contained in:
Yan Zhulanow
2020-02-06 21:52:08 +09:00
parent 18070303d5
commit 85a5e5241f
4 changed files with 67 additions and 15 deletions
@@ -0,0 +1,11 @@
package test
import java.io.StringReader
fun main() {
val reader = StringReader("test")
reader.readText()
}
// ADDITIONAL_BREAKPOINT: ReadWrite.kt / public fun Reader.readText() / fun
// STEP_OVER: 1
@@ -0,0 +1,8 @@
FunctionBreakpoint created at ReadWrite.kt:105
Run Java
Connected to the target VM
ReadWrite.!EXT!
ReadWrite.!EXT!
Disconnected from the target VM
Process finished with exit code 0