“Android Studio” debugging - display variables as hexadecimal

前端 未结 2 1599
南旧
南旧 2020-12-11 14:55

I\'ve recently moved from Eclipse to Android Studio, and it looks great. However, I can\'t seem to find how to display variables in debugging mode as hexadecimal values inst

2条回答
  •  一整个雨季
    2020-12-11 15:42

    In the debug window, right click on the value you would like to view in hex and choose View as -> Hex. This can be done in the Variables or Watches views.

提交回复
热议问题