Re: Listener related crashing bug releasing subviews of a custom view
Re: Listener related crashing bug releasing subviews of a custom view
- Subject: Re: Listener related crashing bug releasing subviews of a custom view
- From: Martin <email@hidden>
- Date: Fri, 22 Feb 2008 16:37:13 +0100
How do I follow the error message suggestion and "Break on
_NSKVODeallocateLog to start debugging"?
It means that you should add a breakpoint that breaks on "
_NSKVODeallocateLog". To do so, open the breakpoints window, double
click on "double-click for symbol" and type "_NSKVODeallocateLog" in
the symbol text field.
Then you can see from the call stack where dealloc function is called.
I don't know if this can help, but at anytime, you can NSLog or print
in the debugger ("po [self observationInfo]") your object's
observationInfo which contains the list of all the observers.
-Martin
PS: I think that kind of message should be posted in cocoa-dev rather
that xcode-users.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden