-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Composer Studio Debugger
-
CCBT-3682
-
-
CCS_20.3.0
-
CCS_20.5.0
-
Generic
When debugging code, the Watch windows don't show the correct values for bitfields, when bitfields are updated.
The bitfield values are correct when the structures are first initialized, but as they are updated, changed bietfields update to no longer show the enum value, but instead to display the negative value of the enum typedef (such as -1 or -4).