Thank you, I'm sure I'll find a use for both of these. I have seen the Technote in fact but had not read as far as the objective-C section.
By 'set Type to Cocoa', I think you mean 'set Type to Objective-C'. 10/10 apart from that :) Thanks again - Paul. ----- Original Message ----- From: "Kyle Sluder" <[email protected]> To: "Paul Sanders" <[email protected]> Cc: "Andy Lee" <[email protected]>; <[email protected]> Sent: Monday, February 23, 2009 10:58 AM Subject: Re: Programmatically opening an NSComboBox list On Mon, Feb 23, 2009 at 5:45 AM, Paul Sanders <[email protected]> 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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
