hi~
when i debuging, the variable seems to be strange.
like the follow,
a=b+c+d; //a,b,c,d are functions
i have break here to see the assignation of 'a', but i find that 'a' is different from 'b+c+d', as 'a' is 0.42 and 'b+c+d' is 1.09 in watches. Then i don't know which one is the right answer i'm looking for. Also 'a' is always changed when 'b''c''d' has been changed in next sentence.
Is there anything i should do before debuging?
Thank you if you can help me with that as i'm new with this software.
