I am trying to debug over network in Android Studio. I connected via port 5555 and generally it is possible step through break points. But it often takes minutes just to exe
For me I had to set testCoverageEnabled to false like so:
testCoverageEnabled
android { buildTypes { debug { ... testCoverageEnabled false } } }
When I had this set to true, I was not getting local variables