From: | Alexander Niven-Jenkins |
Date: | 31 Aug 2000 at 22:18:03 |
Subject: | Re: Debugging |
Hiya Allan,
On 31-Aug-00, you wrote:
>> 1) What programs/techniques are available to monitor memory
>> allocation/deallocation? [...]
> As suggested the StormC debugger is quite good here, not only will it
> tell you all the missing FreeMem's, but you can doubleclick them, and
> the cursor will be moved to where in the source the allocation happend
> -- assuming that AllocMem wasn't called indirectly e.g. by opening a
> library or similar...
Is it possible to use the debugger if your application is run from WB or
does it only work for CLI applications?
This particular project runs vai the CLI as a CLI tool and via WB with a
full blown GUI etc...
Kind regards...
Alex