O
olddavid
Guest
I was running debug on my project, the power went out. Now in running a debug when I executing the first statement that can transfer control to a statement which is not the next statement in the code it does not work properly. The statement is: while (limitSet = false) I look and see that limitSet is false and yet it skips the code that is to be executed when the condition is true. The only thing I can think of which might cause this to happen is that it has a different value for lmitSet that was set during the run when the power went off which it is testing.
Continue reading...
Continue reading...