Number formatting for variables and watch values in debugger

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.