[lazarus] Trace via Assert is committed

Michael Wood wood at kingsley.co.za
Thu Jul 29 08:49:18 EDT 1999


Hi

-----Original Message-----
From: Jeff Wormsley <daworm at cdc.net>
To: lazarus at miraclec.com <lazarus at miraclec.com>
Date: 29 July 1999 02:45
Subject: Re: [lazarus] Trace via Assert is committed


>On 7/29/99, at 12:08 PM, michael at tfdec1.fys.kuleuven.ac.be wrote:
>
>>You may want to change the default behaviour to output to stderr instead
of
>>output; this way you can split the 'normal' output from debug output.
>>stderr is standard defined by FPC.
>>
>>Just standard unix/linux behaviour.
>
>Remember if you do this for a Win32 machine, you won't be able to capture
the output by piping to a file, as in "lazarus > debug.txt" because stderr
does not get piped out like normal output.


But you can if you install Cygwin :)

It comes with bash so you can do something like this:
    lazarus 2>debug.txt

just like in Unix/Linux.

--
Michael Wood        | Tel: +27 21 762 0276 | http://www.kingsley.co.za/
wood at kingsley.co.za | Fax: +27 21 761 9930 | Kingsley Technologies







More information about the Lazarus mailing list