Yeah, debugging inlines is fine, but the stacktrace thing constantly gets me. Between inlines and coroutines, Kotlin stacktraces are far less ergonomic than I wish they were.
e
ephemient
04/18/2023, 12:40 AM
unfortunately I don't expect it to be possible to fix stack traces even with something as invasive as a jvmti agent, given current JVM limitations
just don't write buggy code :p
x
xenomachina
04/18/2023, 12:53 AM
image.png
l
Loney Chou
04/18/2023, 1:16 AM
Better to understand those method names, as they can be located more easily.