Hi everyone. Does anyone have experience with debu...
# multiplatform
a
Hi everyone. Does anyone have experience with debugging published
klibs
from the iOS side? We are able to publish
klibs
to Github Packages, use them and build the iOS app, but we are not sure if it's possible to debug them in a way we would do it with project dependencies. (setting breakpoints)
r
You can try the strategy described in this old blog post: https://benasher.co/kotlin-binary-debugging/