Brian Roach

Lurker
Dec 1, 2021
1
0
5
Hi, how do I get Android Studio to show the ubyte value in the debugger?
For example when I have a ubytearray, the debugger shows all the values as bytes not ubytes, ie -22 instead of 234 and other signed ones, I would like it to show the unsigned version.
Is this even possible? This is with Kotlin
 
Last edited: