how to watch variables (real time) in CCS - Jin - Jun 11 19:31:00 2005
I run a program in CCS ver 2.1. I would like to watch
a few vriables. But I only can look at the variables
when I halt the program. When the program runs, the
variable value is not updated. Is there any way I can
watch the variables (being updated) during the program
running?
Thanks
Jin

(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )
Re: how to watch variables (real time) in CCS - Ramamohana Reddy - Jun 13 9:42:00 2005
I think u have to refresh the watch window while running by (by right
clicking the refresh window u will see the refresh option)
Regards
Ramamohan Reddy
On 6/12/05, Jin <jnwmail@jnwm...> wrote:
>
> I run a program in CCS ver 2.1. I would like to watch
> a few vriables. But I only can look at the variables
> when I halt the program. When the program runs, the
> variable value is not updated. Is there any way I can
> watch the variables (being updated) during the program
> running?
> Thanks
> Jin
>
>
> *
>
> - To <http://docs.yahoo.com/info/terms/>.
--
Rama Mohana Reddy

(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )
Re: how to watch variables (real time) in CCS - Raghunath Mallya - Jun 13 9:52:00 2005
hi
i guess u have to do step debugging ...for that ....if
ur variable is not updating even then i guess u have
to declare it as volatile...
regards
raghu
--- Jin <jnwmail@jnwm...> wrote:
---------------------------------
I run a program in CCS ver 2.1. I would like to watch
a few vriables. But I only can look at the variables
when I halt the program. When the program runs, the
variable value is not updated. Is there any way I can
watch the variables (being updated) during the program
running?
Thanks
Jin
To
___________________________________________________________
How much free photo storage do you get? Store your holiday
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com

(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )
Re: how to watch variables (real time) in CCS - venu - Jun 13 10:58:00 2005
hi
u can use LOG_printf and print the value of the variables in
trace messages on CCS.
this is meant for runtime debugging.
try to use it.
venu
--- Jin <jnwmail@jnwm...> wrote:
> I run a program in CCS ver 2.1. I would like to watch
> a few vriables. But I only can look at the variables
> when I halt the program. When the program runs, the
> variable value is not updated. Is there any way I can
> watch the variables (being updated) during the program
> running?
> Thanks
> Jin
__________________________________
Discover Yahoo!
Use Yahoo! to plan a weekend, have fun online and more. Check it out!
http://discover.yahoo.com/

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