On 2016-11-02 16:00, Fred van Stappen wrote:
> Does it exist something (hidden) about memory leak and memory used in
> MSEide ?

Do you mean for the IDE itself or for applications developed with MSEide?

FPC includes a compiler options -gh which will give you a report of
memory allocated and any memory leaks - when the application terminates.
I always compbine -gh (heaptrace) with -gl (line info) while I develop
my applications.

-gh        Use heaptrace unit (for memory leak/corruption debugging)
-gl        Use line info unit (show more info with backtraces)


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to