When  I view a variable that is declared as a bit field ie:

short x:1;
short y:1;

etc.

In a watch window I see the variable displayed as x 0xffff if the field is 1 and as 0x0000 if the field is 0.

So in the debugger the bit field is represented in the format of the native data type?

Thanks
David






Reply via email to