Hi Everyone,
I want to view the variable values in run time.
for ex: Below is the code
for(i=0;i<=50;i++)
;
I want "i" value to be incremented and view that value in local variable window. So please help me to do so.
Thanks & Regards,
Prashant.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Everyone,
I want to view the variable values in run time.
for ex: Below is the code
for(i=0;i<=50;i++)
;
I want "i" value to be incremented and view that value in local variable window. So please help me to do so.
Thanks & Regards,
Prashant.
You have to print it.
Regards.
Hi Steve,
I want to view the local variable window in run time. I know the printf statement.
Thanks & Regards,
Prashant.
Prashant,
Once you are connected to the target, go to your variable, right click on it, then choose "Add Watch Expression" (in CCSv4).
Then go to the menu "View" (between Edit and Navigate) and choose "Watch" in case you haven't already.
This will display all the variables you are watching and show their values as you run/halt the program.
Hi Juliana Almeida,
Thanks Juliana I got it.
I appreciate for you help, but i have problem with some other project which you are aware ie single step execution. I cant able to do that please help me in solving this issue. Please give your E-mail ID so that I can communicated with you.
Thanks & Regards,
Prashant.