HI, some variables i cant add them to the watch in debug mode. i get : error 34: undefined identifier. e.g.
for (n=0;n<N_Sample;n++) { code.......... }
i want to add n to watch..??????
HI,, i have done all what u mentioned even before i put the thread,, i still could not add the var to watch..!!!
???
It may be an optimisation issue.
Depending on the level of optimisation (and the subsequent usage of the variable), the compiler may have assigned it to a register rather than a memory location.
Have you tried with no optimisation ?