(Semi-OT)GDB Breakpoints on StdErr
(Semi-OT)GDB Breakpoints on StdErr
- Subject: (Semi-OT)GDB Breakpoints on StdErr
- From: Brendan Younger <email@hidden>
- Date: Thu, 26 Jul 2001 14:50:22 -0500
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