-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to debug the Swift source in Android Studio? #372
Comments
The native debugger is currently not supported, unfortunately. We don't really understand why not, because lldb should be supported, but it's probably because Swift ships with its own version of lldb that is difficult to install on an Android device without enabling root mode on there |
Debugging partially works, but no swift support in NDK's lldb.
More useful reads on lldb https://github.com/rustymagnet3000/lldb_debugger |
Like setting a breakpoint inside a Swift source file? Or what is the suggested way to debug?
For the
getting-started
sample, I can't seem to set a breakpoint on any Swift source files, such asandroidNativeInit.swift
The text was updated successfully, but these errors were encountered: