Android Studio 2.1 debugger does not show local variables

后端 未结 9 1552
野趣味
野趣味 2021-01-01 12:25

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

9条回答
  •  情歌与酒
    2021-01-01 12:26

    I tried setting testCoverageEnabled to false but that did not work for me. In my case, I had ProGuard enabled for my debug flavor and disabling it (i.e. setting minifiyEnabled to false) was the only thing that allowed me to be able to see my local variables while debugging again.

提交回复
热议问题