Tool/software:
Hi jagadish,
We could not read watch expressions during live expression how we can set continous refresh for debug session.
Best Regards,
Furkan
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.
Tool/software:
Hi jagadish,
We could not read watch expressions during live expression how we can set continous refresh for debug session.
Best Regards,
Furkan
Hi Furkan,
This setting should not have dependency on type of board.
This button does not work on our eval board
And how you are saying this setting is not working on your side?
--
Thanks & regards,
Jagadish.
Hi jagadish,
we could not see any variable value while we are debugging.
Best Regards,
Hi Furkan,
If you want to see a variable, then first we should need to add the variable into the expression window.
View global variables in the Expressions view (youtube.com)
For example, in below code i want to watch the ctr variable in expression window:
1. First i will copy the variable
2. Now i will click "Add new expression" option in Expressions.
3. Now i will paste the ctr variable name here to add it to the expression window.
4. Now if you run the code, whenever it hits the breakpoint the corresponding variable value will get updated into the expression window. Like as shown below.
And also remember the following thing, for local variables the value will be get only in the local variable scope. For example, in the below code i added "channel" local variable into the expression window but i can't get the value of the variable because it's scope is limited to the esmGroup2Notification function so only in that function only we can see its value.
As you can see when we went to that function, then only we are able to see the value of that local variable.
--
Thanks & regards,
Jagadish.
Hi jagadish,
I know how to add variables to live watch. I guess our live watch is broken right know. How this issue occur on our IDE IDK
Hi Furkan,
As we discussed in our last call, it should be due to the enabling of cache by default in the TMS570LC4357.
Hopefully it solved your issue.
--
Thanks & regards,
Jagadish.
Yes it solved our issue right now we can get live expression during debug session.
Yes it solved our issue right now we can get live expression during debug session.
Good to hear that Furkan!
Have a nice day!