When Debugging in Xcode what does "out of scope" mean?

Posted by Buffernet on Stack Overflow See other posts from Stack Overflow or by Buffernet
Published on 2010-06-16T20:40:59Z Indexed on 2010/06/16 20:42 UTC
Read the original article Hit count: 392

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about debugging