Am I the only one who can't set proper breakpoints...
# coroutines
u
Am I the only one who can't set proper breakpoints in a lot of suspending functions? It just shows them as inactive even though the code is definitely being executed. Using AS 3.2.1 with Kotlin 1.2.71 and Coroutines 0.30.2
v
Nope, debugger is a weak spot of Kotlin plugin. It would be nice if you could report your problem (with a reproducer) to http://kotl.in/issue because it can be a not yet known problem
u
Alright, lemme check if I can easily isolate it.