Is there some way to get the full stacktrace in th...
# coroutines
j
Is there some way to get the full stacktrace in the exception (main() and mainMethod() are missing in the stacktrace, I assume because of the suspending delay(...) use)? Snippet: https://pl.kotl.in/rVbVEv0nt
j
You should have a look at the stacktrace recovery feature of `kotlinx-coroutines-debug`: https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/topics/debugging.md#stacktrace-recovery
j
Thanks!
j