enum as text, not numerical value in Watch window
When I declare an enumeration using the enum statement, when I check
the variable in the Watch window (or any other where I can see its
value), I only get the numerical value, not the string that I used when
declaring the enum type. I.e. for a declaration enum { A, B } a = B; I
would like to see B as the value of variable a, not 1.
Is it possible in CrossWorks for MSP430?
Please sign in to leave a comment.
Comments
1 comment