[lazarus] Trace via Assert is committed

Jeff Wormsley daworm at cdc.net
Thu Jul 29 08:27:15 EDT 1999


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.

Jeff.







More information about the Lazarus mailing list