views:

79

answers:

0

Hey There!

I use Xcode to code for a current iPhone Project. It's the first time i work with XCode. What i wonder is, whether i need to set somewhere how 'deep' i can be able to recursively look into the variables in the debugger.

If i have the debugger open, i can see all the current variables and open them. I can see all the fields of the currently opened variable correctly - but if i try to open any of those fields, i get only bullshit info. i.e. vectors that actually contain data are displayed empty or fields that recursively open themselves and such stuff...

does anyone know that problem and how I can fix it?

ah - i compile for iphone Simulator 2.2.1 in Debug mode

Thanks!