On 9 Jun '08, at 10:30 PM, James W. Walker wrote:
Tech Note 2124 says: "You can use GDB to set a breakpoint on - [_NSZombie methodSignatureForSelector:] to further debug this sort of problem." I tried pasting methodSignatureForSelector: into the breakpoints window, and it gave me a choice of a dozen or so classes containing such a method, none mentioning zombies. Is this Tech Note out of date, perhaps?
In the breakpoints window, create a symbolic breakpoint with the entire string "-[_NSZombie methodSignatureForSelector:]".
Or if you prefer, at a gdb prompt enter
break -[_NSZombie methodSignatureForSelector:]
(Is there really an _ before the class name?)
—Jens
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]
