Exploring Objects In xCode
Exploring Objects In xCode
- Subject: Exploring Objects In xCode
- From: Micha Fuhrmann <email@hidden>
- Date: Tue, 20 Mar 2007 16:33:57 +0100
Hi there,
I've been coding for a little while and am running into questions.
There's stuff I'd like to to do in xCode but couldn't find anything
on that subject.
I know I can po in (gdb), and get some info, but here's what I don't
know how to do in the debugger:
- to have a list of all objects that have been instanced
- get the nb of instances of a particular class
- dig into any instance, look for it's variables, memory taken etc.
At this point I can somehow come to that by placing breakpoints at
diff places, swap thread and po objects, but it's such a time waister!
Is there a concept I haven't grabbed!
Any help welcomed!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden