anyone else still having issues with breakpoints i...
# coroutines
k
anyone else still having issues with breakpoints in
suspend
functions / coroutines not working?
i
Can you, please, file an issue at https://youtrack.jetbrains.com/issues/KT ?
g
I got your back, fam simple smile https://youtrack.jetbrains.com/issue/KT-30474
Already aknowledged and prioritized. There are more similar issues, tho...
i
I know about at least one more: https://youtrack.jetbrains.com/issue/KT-23248 But, if there are multiple similar bugs with different causes, chances are they all are going to be fixed together.
k
i'll have to try and extract a standalone example
s
I've seen issues like this as well with Android apps. It helps to do a clean, and set the breakpoint before you run the debug command I've noticed.
I've also seen other weird issues where an exception was being caught by 2 separate try/catch blocks, and it could be fixed by moving the scope of the try / catch block.