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:

enter image description here

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...".

enter image description here

then check "show hex values primitives".

enter image description here

now values should automatically display in hexadecimal without having manually change each one.

enter image description here


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -