Re: How to get the value of a NSNumber contained in an array while debugging ?

2008-08-03 Thread MAGDELENAT Philippe
0:09, Nick Zitzmann a écrit : On Aug 3, 2008, at 1:39 PM, MAGDELENAT Philippe wrote: Yep found that but I want so see the value of my NSNumber in the GUI debgger (in XCode). I want to see my array (it shows something like 10 objects for the summary) and then, if I open the array I want the

Re: How to get the value of a NSNumber contained in an array while debugging ?

2008-08-03 Thread MAGDELENAT Philippe
the console in XCode. Not sure to be really clear :o) Thanks for any hint. Phil Le 3 août 08 à 20:55, Jens Alfke a écrit : On 3 Aug '08, at 11:36 AM, MAGDELENAT Philippe wrote: - When I put 10 NSNumber in a NSMutableArray and look at it in the debugger (displaying the content of the a

Re: How to get the value of a NSNumber contained in an array while debugging ?

2008-08-03 Thread MAGDELENAT Philippe
well shown but that the same formatter isn't working inside the array... Any idea ? <> Le 3 août 08 à 20:55, Jens Alfke a écrit : On 3 Aug '08, at 11:36 AM, MAGDELENAT Philippe wrote: - When I put 10 NSNumber in a NSMutableArray and look at it in the debugger (displa

How to get the value of a NSNumber contained in an array while debugging ?

2008-08-03 Thread MAGDELENAT Philippe
Hi, I am wondering how to see the value of a NSNumber in XCode debugger using a formatter when the said NSNumber is in a NSMutableArray ? To sum it up: - When I look at a NSNumber with the following formatter "{(int)[$VAR intValue]}" everything works fine and the debugger shows in the su