Re: [fpc-pascal] [heaptrc] no output for weblaz projects.

2016-03-26 Thread leledumbo
> Thanks, I tried that but it still does not work. But I discovered that's > because the program is never terminated gracefully. Stopping the > debugger after the html page is displayed (if ran from Lazarus) or using > Ctrl+C (if ran from the command line) does not fill heap.trc. > > However u

Re: [fpc-pascal] [heaptrc] no output for weblaz projects.

2016-03-26 Thread Thierry B.
Le 26/03/2016 11:46, Graeme Geldenhuys a écrit : add the fcl-web source path to your project Thanks, I tried that but it still does not work. But I discovered that's because the program is never terminated gracefully. Stopping the debugger after the html page is displayed (if ran from Lazarus

Re: [fpc-pascal] [heaptrc] no output for weblaz projects.

2016-03-26 Thread Graeme Geldenhuys
On 2016-03-25 22:02, Thierry B. wrote: > Now I try fcl-web applications (curently fphttpapp) and... heaptrc does > not work. It's because the FCL code is not heaptrc enabled. Simply add the fcl-web source path to your project and recompile. Regards, - Graeme - -- fpGUI Toolkit - a cross-plat

[fpc-pascal] [heaptrc] no output for weblaz projects.

2016-03-25 Thread Thierry B.
Hi, I use heaptrc unit without any problem, using Lazarus project options. Now I try fcl-web applications (curently fphttpapp) and... heaptrc does not work. I see the heap.trc file creation in the project directory, but the file in simply empty. I wonder if it is working for someone else. -