Re: Programmatically opening an NSComboBox list
Re: Programmatically opening an NSComboBox list
- Subject: Re: Programmatically opening an NSComboBox list
- From: Kyle Sluder <email@hidden>
- Date: Mon, 23 Feb 2009 05:58:27 -0500
On Mon, Feb 23, 2009 at 5:45 AM, Paul Sanders <email@hidden> wrote:
> I'm also looking for a way to trace messages sent to the various objects
> within my app, if anybody knows how to do that. Some sort of filtering
> might be in order!
Check out TN2124, Mac OS X Debugging Magic:
http://developer.apple.com/technotes/tn2004/tn2124.html
Also look at Instruments. I just built a quick instrument that logs
every Objective-C message send; you can filter as you like.
Instruments > Build New Instrument > change Type to Cocoa > change
recording to Function > Save.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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