Debugging a specific object
Debugging a specific object
- Subject: Debugging a specific object
- From: Tim Hewett <email@hidden>
- Date: Wed, 7 Jul 2004 09:32:45 +0100
Hi,
I'm just wondering if there is a way to have the XCode
debugger trace or break each time a particular Objective
C object receives a call to any of its selectors, including
those it has inherited from a higher class. I need to be
able to see how Cocoa is calling my object as it is being
displayed differently to how I want it to be, and so far
attempts to debug by overloading inherited methods have
been fruitless.
Normally XCode lets you break in specific methods, but
I need to have it do this for all methods in a specific object.
Any help greatly appreciated.
Regards,
Tim.
_______________________________________________
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.