Has anyone had issues debugging on android studio?...
# touchlab-tools
c
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
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
this is happening on android studio debugging on an android emulator
r
Oh that's surprising then
c
i was wondering if maybe i was missing something on the setup or something in particular, or perhaps some configuration with the IDE
r
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
🙏 1
c
it doesnt seem like a coroutine problem since not even on the init{} allows me to break point