ios - Xcode debug inspector shows values as nil -


i'm having weird problem - can see in picture below, debug shows program entered if statement, value of color shown nil !!!

obviously that's can't true, , suspect xcode showing incorrect values on inspector \ variable view (at debug area).

i have no idea - maybe xcode had vodka?

any please???

updates:

  • i tried restart mac - didn't help.
  • my xcode version: 6.4

going in if statement nil argument

check scheme - run tab on left should have debug executable option checked.

if running on adhoc \ release mode, debugger not show right values.

change "build configuration" "debug".


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -