c++ - Way in Visual Studio to display integers as bit array -


To show an integer / long / character variable, in Visual Studio, its basically or through a plugin Is there no way in the Debugger window as a bit array? For example, instead of viewing 5 or 0x5, I want to see 101. As a bonus feature, I want to see them with zero in the correct amount, so that the total width of the area is the type of actual quantity of bits.

(I know that I can change with calc.exe, but this is a pain when debugging bit manipulation).

There is a complete list of format specifications but there is no bit

By the way, It's easy to change the hex (x format) or octal (o format) into mind. Simple table of octal or hex symbols just before the eyes. 5 a-> 1011010

after the day you fly

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -