Debugger: do not throw exception on getting source position for Kotlin object
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package toStringRenderer
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val a = A()
|
||||
//Breakpoint!
|
||||
args.size
|
||||
}
|
||||
|
||||
class A {
|
||||
override fun toString() = "myA"
|
||||
}
|
||||
|
||||
// PRINT_FRAME
|
||||
Reference in New Issue
Block a user