[fpc-pascal] Redirecting heap trace output to stdout

Jonas Maebe jonas.maebe at elis.ugent.be
Wed Aug 17 19:13:05 CEST 2011


On 17 Aug 2011, at 18:37, leledumbo wrote:

> Therefore, I'd like to redirect it to stderr, but I have no idea
> how...

assign(stderr,'somefile');
rewrite(stderr);


Jonas



More information about the fpc-pascal mailing list