[fpc-pascal] Capture HeadTrace output to file?
Marco van de Voort
marcov at stack.nl
Fri Nov 30 12:18:40 CET 2007
[ Charset ISO-8859-1 unsupported, converting... ]
> Hi,
>
> If I compile a project the -gh (Heaptrc unit), how to I capture the
> output generated when I quite the application to a file?
>
>
> I tried the normal: $./text > out.log
>
> But that doesn't work... the out.log is empty.
./something >& out.log
however units like crt might make this not possible. The exact solution for
that differs with application.
More information about the fpc-pascal
mailing list