The reason I thought that this is actually an IDE ...
# kotlin-kinetics
a
The reason I thought that this is actually an IDE specific thing is for these two classes: • https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-core/jvm/src/debug/internal/DebugCoroutineInfo.kt <-- this is what looks like is sending info to the IDE (still locating the code for that end) • https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-core/jvm/src/debug/internal/DebugProbes.kt <-- and in the same package, which AS can use for debugging in testing