[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(Windows) debugging tips...
From: |
Lloyd Dupont |
Subject: |
(Windows) debugging tips... |
Date: |
Wed, 18 Jan 2006 11:28:04 +1000 |
I have some method which, I suspect retain / release object an incorrect
number of times...
pseudo code like that seems to be the problem:
NSAutoreleasePool *pool = [[pool alloc] init];
NMMapsDoc *doc = [[NMFileIO loadDocumentFromFile:....] retain];
[pool release];
Is there anyway for me to track what's allocated, deallocated and wrongfully
freed?
Regards,
Lloyd Dupont
NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- (Windows) debugging tips...,
Lloyd Dupont <=