In XCode, if I hit a breakpoint, I can't view the value of some local variables:
I've read about disabling optimisations for debugging, but that's already done
In XCode, if I hit a breakpoint, I can't view the value of some local variables:
I've read about disabling optimisations for debugging, but that's already done
there's a little popup in the bottom left of the panel with the variables in it (it is not visible in your screenshot). Try setting it to "all" instead of "auto" or "local".