Gama11
07/08/2021, 11:15 AMCoroutines
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.