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
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: