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 |
|
Enumerated types in watch window
Started by ●January 19, 2001
Reply by ●January 19, 20012001-01-19
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 > > _____________________________________ > Note: If you do a simple "reply" with your email client, only the > author of this message will receive your answer. You need to do > a "reply all" if you want your answer to be distributed to the > entire group. > > _____________________________________ > About this discussion group: > > To Join: > > To Post: > > To Leave: > > Archives: http://www.egroups.com/group/code-comp > > More Groups: http://www.dsprelated.com > |