kevin.cianfarini
01/23/2025, 2:09 PMkotlinx-coroutines-debug
module which is JVM only. Is there a big performance penalty on native for this?kevin.cianfarini
01/23/2025, 2:11 PMkotlinx.coroutines
.
> This is a separate module with a *JVM agent*……
But since stacktrace recovery is implemented in the core module it’s not clear to me if it should be available on other targets or not.Dmitry Khalanskiy [JB]
01/23/2025, 2:17 PMsetStackTrace
(which would allow overwriting the stack trace) on Kotlin/Native nor (to my knowledge) enough reflection capabilities there to allow creating a copy of an exception.kevin.cianfarini
01/23/2025, 2:18 PMkevin.cianfarini
01/23/2025, 2:18 PMDmitry Khalanskiy [JB]
01/23/2025, 2:20 PM