xcode 7.3 debug/breakpoint variables not showing

I can't see the variables for objects when I stop at a breakpoints on xcode 7.3 . I did not have this issue with the prior version (7.2) using the same project . I tried a clean build and deleting derived data , but to no use .


More specifically I can't expand custom class variables , but variable like NSRange do expand to show location and length ,however I can't expand my custom ViewController classes etc.

Usually restarting Xcode has proved to solve the issue for me. Worst case is rebooting the machine and deleting the derived data

>I tried a clean build


Usually pointless. Next time, do an option-clean build folder, instead.

xcode 7.3 debug/breakpoint variables not showing
 
 
Q