Xcode debugger shows values for only some variables. How to correct this behavior?

104 views Asked by At

The debugger shows values of some variables correctly. However, for other variables, no value is shown.

enter image description here

As shown in the image, the debugger shows value for displayNameHairFront, whereas the value for displayNameHairBack is missing.

I have already ensured that I am running the debug build variant. Also, the optimisations have been set to None.

0

There are 0 answers