I often work with binary data.
1.
How I can see binary(hex) values in Watch window for ordinary variables and digital arrays?
2.
byte array b
In variables window show as hex - b[i]=0x99
If i try edit this to 0xE9 will appear error window "Type mismatch".
Why?
3.
You show hex values only in variables window, but for temporary variables IDEA reset view to decimal every cycle.
You can fix it?
4.
You show hex values only in variables window, but not save this view mode in project settings.
Reload IDEA will reset view to decimal every times.
You can fix it?