The second screenshot where dowey == 1000 is evaluated as false, you have dowey = 100 (one less zero) in the if case. That seems fixed in the 3rd screenshot, but it’s not clear whether the debugger evaluates dowey == 1000 to false.
1 Like