a system property is mentionned in this issue to e...
# coroutines
j
a system property is mentionned in this issue to ease the debugging of stacktraces in coroutines : https://github.com/Kotlin/kotlinx.coroutines/issues/74 . Somebody knows if it was ever implemented ?
e
Not yet. It is work in progress now (in a separate branch)
👍 1
j
cool, when is it going to be merged ?
so I can mention it in my presentation ?
also do you know when it will available ?
e
Tentatively, in the next release of
kotlinx.coroutines
, likely after KotlinConf, though.
j
ok so I can build it myself easily to try it ?
it is like an interceptor or something ?
can you point out the branch ?