It's been a couple of years since I was using XCode daily, and I am disappointed to see that they still have not fixed the ability to show a variable's value just by hovering the cursor over it. In many respects XCode is very advanced, but they sure make it hard to do one of the most necessary and simple things you need when debugging.
I'm going crazy just trying to routinely see the value of Objective-C class member variables. All it will show me is the class itself, which if I carefully move my mouse down and open a dropdown menu I can then scroll through the various sub-objects to find what ever variable I SHOULD be able to see just by hovering. Is there any way to fix this? It makes working with XCode so unpleasant.
Thanks
Bob