Re: Breakpoints in categories are ignored?
Re: Breakpoints in categories are ignored?
- Subject: Re: Breakpoints in categories are ignored?
- From: Jonathan del Strother <email@hidden>
- Date: Wed, 4 Jan 2006 15:26:19 +0000
On 4 Jan 2006, at 11:58, Jonathan del Strother wrote:
The debugger is totally ignoring any breakpoints that I place in
class categories. gdb shows them as pending.
I'm sure this worked before - any ideas why it's stopped?
Nevermind, finally figured it out. All my category files are named
with brackets - eg Covers(Input).m
The brackets seem to confuse gdb, and the breakpoints within them
never get resolved.
Odd, though - gdb obviously handles them at some level. For
instance, if I place an NSLog within Covers(Input).m, then break at
NSLog, I can step out of that function, and then step through my
Covers(Input) file. Still doesn't resolve the Covers(Input)
breakpoints, though.
Anyone know any ways around this (short of renaming the files)?
Jon
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden