I started to use VS Code on Linux and I'd like to see the hex value of a variable near its value. I need it because the variable is a mask, so it is composed of 0's and 1's on certain positions. I did not manage to find a setting or something like it to add it.
Is it possible? I am using C++ code. I see that the addresses are in hex, so is there a way to see the value of a variable in hex, too?