Recently switched from XCode 3.2.2 to 3.2.3 for iOS4 and i noticed that i can no longer view the values of my property variables or any variables for that matter in the debug window?
In 3.2.2 when a breakpoint was reached i was able to view all my class variables in the "self" tree node in the variable window. I could also just hover over a variable in my code and a little icon would popup which i could choose "Print description" from to see its value. I cant find any of that stuff in the new version. Is there a setting i have to select or something? Fyi this is running against the exact same code and having to using a ton of nslog statements is not ideal?
Did they change something?