Hi, I’m trying to get remote debugging working wit...
# intellij
d
Hi, I’m trying to get remote debugging working with IntelliJ connecting via JDWP to a remote Kotlin process. It seems to work apart from one feature: the Coroutines tab. By examining what IntelliJ does in local mode I figured that maybe I needed to run with
-javaagent:[...]/kotlinx-coroutines-core-jvm-1.6.4.jar
and very occasionally I have seen the Coroutines tab appear but it is intermittent and most runs I don’t see it. This is with version
221-1.8.10-release-430-IJ5591.52
of the plugin. Also I can’t see any documentation for this way of working so maybe it is not officially supported? (I have “Disable coroutine agent” unchecked by the way)