Hi, I have written the next part of my Coroutines ...
# feed
m
K 3
K 1
🙌 3
d
another thing you should know is that coroutines are hard to debug
âž• 1
m
Are you using IntelliJ? To be honest in the last 3 years I have never had any problems debugging coroutines. And recently IntelliJ(Android Studio in my case) got a dedicated coroutine debug tool, which made it even easier. I would like to hear about the problems you are having, since I am always looking for article ideas and debugging might be a good one.
d
Yes I use IntelliJ, the problem is that sometimes you are not able to see the variable result/value, for example I saw it here: https://m.youtube.com/watch?v=M1nfaX3Ev5k&t=1679s
m
Thanks for the input, this is definitely a fascinating topic for research 👌