XCode / gdb debugger showing wrong value for boolean
Posted
by Sam
on Stack Overflow
See other posts from Stack Overflow
or by Sam
Published on 2010-04-27T11:07:22Z
Indexed on
2010/04/27
11:13 UTC
Read the original article
Hit count: 237
Image says it all really. The debugger is stopped on the line immediately after this, inside the if
statement.
What is going on here?
EDIT: this is debugging on device on an iPhone. I'm going to try the simulator and see if the same problem occurs.
© Stack Overflow or respective owner