Hi, Is there an option to enable viewing of enum values in the debugger? For example, typedef enum {false=0, true} FalseTrueType; In the c souce... FalseTrueType MyEnumFlag = false; I would like to view this in the debugger watch window. Name Value MyEnumFlag false but I can only view it as (not Symbolically) Name Value MyEnumFlag 0 Thanks, Chris