I have an Android Studio project which contains a library module, which is added as another gradle project to it. I would like to debug the library code and set breakpoints on it.
What gradle settings should I use, if I want to debug a library module while running the app on emulator or real device ?
Update 1
this is the settings.gradle file :
include ':app'
include':my-library'