I can't get the `Coroutines` tab in the IntelliJ d...
# coroutines
g
I can't get the
Coroutines
tab in the IntelliJ debugger to show up for a Remote JVM Debug config. Is that not supported / does it only work for (local) Kotlin debug configs? It does work with a freshly generated hello world Kotlin/Gradle project (that is not remote). I tried including
kotlinx-coroutines-debug
and calling
DebugProbes.install()
, but that didn't help either.