settings - View values as hexidecimal by default while debugging in Android Studio -
my question similar "android studio" debugging - display variables hexadecimal, want know how make default setting.
i know how change setting individual values:
but checking values of characters in long strings, becomes tedious. unicode characters more readable when displayed in hex. there way set default in android studio? looked in file > settings > debugger didn't see anything.
right click context menu , choose "custimize data views...".
then check "show hex values primitives".
now values should automatically display in hexadecimal without having manually change each one.
Comments
Post a Comment