|
When watching enumerated types the watch window CC1.0 showed the real name of the variable, for example, a variable of type TColor (see below) showed "red", "green" or "blue" on the window. typedef enum {red, green, blue} TColor; CC2.0 only shows a number ("1", "2", ..) Has anybody else made this experience? Any workarounds ? Best regards! Thomas |
|
|
|
Thomas, This issue will be addressed for CCS 2.0 beta. thanks Haris > -----Original Message----- > From: T.Hupp [mailto:] > Sent: Friday, January 19, 2001 6:34 AM > To: > Subject: [code-comp] Enumerated types in watch window > > When watching enumerated types the watch window CC1.0 showed the real name > of the variable, > for example, a variable of type TColor (see below) showed "red", > "green" or > "blue" on the window. > > typedef enum {red, green, blue} TColor; > > CC2.0 only shows a number ("1", "2", ..) > > Has anybody else made this experience? > Any workarounds ? > > Best regards! > Thomas > > _____________________________________ |