Marc Knaup
10/13/2020, 6:34 PMNo coroutine information found
Target VM is not paused by breakpoint request. Evaluation of methods is not possible in this mode
elizarov
10/14/2020, 7:24 AMMarc Knaup
10/14/2020, 11:43 AMGlobalScope.launch {
while (true) { delay(10000) }
}
I can set a breakpoint in the loop while the program is running. When the debugger breaks there instead of me pausing it manually, then suddenly all of those information become available.
Unfortunately I often cannot debug coroutines even if I pause with a breakpoint because of https://youtrack.jetbrains.com/issue/KT-42594elizarov
10/14/2020, 3:42 PM