Discussion:
Native debugging not working in Android Studio 3.2 if I enable LLD in NDK r18b
Olle Hedman
2018-11-16 11:30:06 UTC
Permalink
Since our binary takes over 1 minute to link, I was very happy to read
about LLD support in NDK r18b.

Enabling it also reduces the link time to about 13 seconds.

But unfortunately, if I build with it enabled, it seems all breakpoints I
set are ignored by the debugger.

Is there something I can do to get it to work? It would be very nice to be
able to use LLD.

I'm using AS 3.2.1 with gradle 4.6 and gradle plugin 3.2.1
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/275d08b6-ce07-4720-9594-41fffca681e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...