debugging some code on a ek-lm3s6965 board.
It reaches a breakpoint when it should not.
The code has a simple 'if' statement comparing a global variable against a constant. The variable is '2' and the constant 500.
The code should not reach the break point unless the variable is >= 500 which it is clearly not. What do I do now?
Here is a screen shot:
