Does not match minimal symbol???
Does not match minimal symbol???
- Subject: Does not match minimal symbol???
- From: Philip Mötteli <email@hidden>
- Date: Tue, 2 Dec 2003 21:47:42 +0100
Hi
When I try to set a breakpoint in my application, containing several
frameworks, the debugger tels me the following:
warning: debugging symbol "-[ClassA scheduleNext]" does not match
minimal symbol ("-[ClassB setDelegate:]"); ignoring
And then, in Xcode, GDB crashes (SIGBUS).
Wherever I set a breakpoint in ClassB, GDB hits the breakpoint
correctly, but shows me always the same line in ClassA.
Both herein concerned parts of my program a framework (ClassA) and
the main program (ClassB) seem to compile correctly. I see no evident
problem.
Could anybody give me an idea, what this error means?
Thanks!
Phil
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.