I'm in xcode debugging my iphone application. when i get to a break point and I roll over my object and properties of that object say "out of scope" instead of their respective values.
Here's what I do:
I have inited a view with nib name (initwithnibname).
Then set the property of that view to the object that I want.
I have placed the breakpoint in the viewwillappear method.
I rollover my reference to the variable that was is my property.
All properties in the object say "out of scope"
Does anyone know why this is happening?