vscode debugger display binary full set of bits

12 Views Asked by At

screenshot I am currently trying to use ,b syntax in watch to see my integers in binary, but it not displaying full set of zeroes. For example i would like 1 to be 00000001 instead of just 1 How can I force this behaviour from vscode debugger?

I do not know what else to try, google search give nothing about it

0

There are 0 best solutions below