Re: Viewing array elements in Project Builder
Re: Viewing array elements in Project Builder
- Subject: Re: Viewing array elements in Project Builder
- From: Ondra Cada <email@hidden>
- Date: Tue, 21 May 2002 17:47:30 +0200
On Tuesday, May 21, 2002, at 04:09 , zauhar wrote:
While debugging in a project builder, I would like to "open" an NSArray,
and be able to examine the individual objects it points to (like you can
in CodeWarrior). Printing a description to console does indeed show me
that all the objects are there, but I can't examine them individually - I
just see the addresses. Using print-object from the gdb prompt doesn't
give me any more information (just announces the class of the object, no
information as to the data items that make up the object).
po [array itemAtIndex:n]
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.