How can you debug the origin (in the code) of a started coroutine on Kotlin/Native? I want to cancel a job but the cancelation does not finish and I am unable to find the cause.
g
gildor
11/02/2022, 12:36 PM
Cancelation doesn't finish?
gildor
11/02/2022, 12:37 PM
You can add your own context element to coroutine and use it to identify which coroutine it is, if you want to debug when it started