Debugger output radix suggest you can go into the Debug Console and execute
set output-radix 16
but then every variable will be displayed as hex. So I don’t see a per-variable solution currently.
Debugger output radix suggest you can go into the Debug Console and execute
set output-radix 16
but then every variable will be displayed as hex. So I don’t see a per-variable solution currently.