Le 11-02-06 à 05:42, Uli Kusterer a écrit :
"The Witnesses of TeachText are everywhere..."
Yes they are!
Your guesses were right:
- methods of my entity based NSManagedObject subclass were not used to
create objects.
- the subclassed array controller was created with another init method.
On 2011 Feb 06, at 07:44, Charles Srstka wrote:
> Object Allocations, with “Record Reference Counts” checked, will let you
> choose an object and show exactly where and when it was allocated,
> deallocated, retained, released, and even autoreleased. If you open the
> Extended Detail pane, you
On Feb 6, 2011, at 6:35 AM, Jerry Krinock wrote:
> On 2011 Feb 05, at 21:16, Charles Srstka wrote:
>
>>> During execution, I'd see the following:
>>>
>>> (timestamp) (code location) someObjectName: allocated
>>> (timestamp) (code location) someObjectName: init
>>> (timestamp) (code location) som
On 2011 Feb 05, at 21:16, Charles Srstka wrote:
>> During execution, I'd see the following:
>>
>> (timestamp) (code location) someObjectName: allocated
>> (timestamp) (code location) someObjectName: init
>> (timestamp) (code location) someObjectName: retained
>> (timestamp) (code location) someO
On 06.02.2011, at 00:45, Jean Cencig wrote:
> It fully works, I try to understand how, but I am lost. The NSlog messages
> placed in the overridden init methods of the subclassed NSArrayController and
> NSManagedObject never show in the Debugger Console, but the NSLog in the
> NSArrayControlle