On Wed, 3 Jan 2007 23:35:10 +0800
[EMAIL PROTECTED] wrote:

> Hi all,
> 
> just came across to such a wonderful software,
> i've been using Delphi since 1.0,
> really appreciate the work done by you guys.
> 
> one question, do we have a memory leak checker ?
> something like http://v.mahon.free.fr/pro/freeware/memcheck/

Compile with -gh and -gl. 
Lazarus: Compiler options -> Linking -> Use HeapTrc unit (-gh) and
Display line numbers .. (-gl).
Run the program at console or terminal. On program exit, it shows the
non freed allocations with stack traces.

AFAIK there is no GUI yet for it for lazarus, although it should be
easy to write one.

Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to