Re: (Semi-OT)GDB Breakpoints on StdErr
Re: (Semi-OT)GDB Breakpoints on StdErr
- Subject: Re: (Semi-OT)GDB Breakpoints on StdErr
- From: Raphael Sebbe <email@hidden>
- Date: Fri, 27 Jul 2001 08:15:44 +0200
Hi,
Just add a symbolic breakpoint on -[NSAttributedString
caseInsensitiveCompare] and enable it just before doing the action
(button click...) that call that method when debugging the app.
Raphael
On Thursday, July 26, 2001, at 09:50 PM, Brendan Younger wrote:
I know this is should probably be on dev-tools, but I just need a
quickie answer to this one. Is there a way to set GDB to stop
execution on any input to stderr? Specifically, I have *somewhere* in
my program a call to -caseInsensitiveCompare which is being called on a
NSAttributedString and I can't seem to find where.
Brendan Younger
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev