Date: Thu, 20 Jan 2000 09:26:40 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andy cc: djgpp AT delorie DOT com Subject: Re: Any other debuggers/resource tracers? In-Reply-To: <865kqu$bq0$1@nclient3-gui.server.dtn.ntl.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 20 Jan 2000, Andy wrote: > Is there any good programs to detect memory leaks, files left open,unfreed > memory! Try YAMD, its URL is in the FAQ. It finds problems with using memory. I'm not aware of any tool to find files left open (it's not a bug, in most cases, since all open files are automatically closed by the exit code). If you really need that, you can define a function that will be called on exit for each unclosed file handle.