Android Studio 2.1 debugger does not show local variables

后端 未结 9 1541
野趣味
野趣味 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:36

    In my case, it was because I had forgotten that my build variant was set to release. Toggling the variant back to debug and re-running correctly showed the local variables.

提交回复
热议问题