Other Parts Discussed in Thread: C2000WARE
Hello,
I have a problem to watch expressions:
Down here the declarations of variables in the main function:
The compilation is fully symbolic:
Then I enter in the debug mode.
I try to place a breakpoint at the line 176, but the debug mode places it further, just before of the call of a function:
When I run the programm, it isimpossibe for me to watch toto or titi variable:
I thought that the reason is that the debug ran into the function Devuce_Init().
But other cariables such as flt_Alpha are found.
Can you explain to me
- how toplace a breakpoint at the line 176 ?
- how to watch titi and toto expressions ?
Thank you
Vincent