https://kotlinlang.org logo
#feed
Title
# feed
m

Maksims Kims

12/23/2021, 1:04 PM
d

Dumitru Preguza

12/23/2021, 7:12 PM
another thing you should know is that coroutines are hard to debug
1
m

Maksims Kims

12/23/2021, 7:19 PM
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

Dumitru Preguza

01/01/2022, 2:21 PM
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

Maksims Kims

01/10/2022, 7:17 PM
Thanks for the input, this is definitely a fascinating topic for research 👌
3 Views