Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Ads

Discussion Groups

Discussion Groups | Code-Composer | Enumerated types in watch window

Technical discussions about Code Composer Studio.

  

Post a new Thread

Enumerated types in watch window - T.Hupp - Jan 19 11:34:00 2001




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





(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )

RE: Enumerated types in watch window - Haris Blentic - Jan 19 21:12:00 2001

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 >
> _____________________________________





(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )