Has anyone had issues debugging on android studio? Trying to set a breakpoint on the Breed model, and the IDE says Breakpoint does not belong to any Class
Debugging works on the Activity and the view model
r
russhwolf
12/17/2020, 9:04 PM
Debugging Android or iOS? I think the KMM plugin iOS debugger has trouble with suspend functions but I haven't looked closely in a bit.
c
CamiloVega
12/17/2020, 9:05 PM
this is happening on android studio debugging on an android emulator
r
russhwolf
12/17/2020, 9:05 PM
Oh that's surprising then
c
CamiloVega
12/17/2020, 9:36 PM
i was wondering if maybe i was missing something on the setup or something in particular, or perhaps some configuration with the IDE
r
russhwolf
12/17/2020, 9:37 PM
You could try in Intellij and see if that helps. They've made upgrades to coroutine debugging there and I don't know if that's all made it to Android Studio yet
:thank-you: 1
c
CamiloVega
12/17/2020, 9:45 PM
it doesnt seem like a coroutine problem since not even on the init{} allows me to break point