[clean-list] Using WrapDebug with Console Applications

F.S.A.Zuurbier@inter.nl.net F.S.A.Zuurbier@inter.nl.net
Tue, 14 Nov 2000 15:10:31 +0100 (MET)


I once fiddled with the WrapDebug library such that it only printed out an item if it matched certain conditions. that was not too difficult to do.

I guess that you have no intention to visually scan an array of 50.000 strings and find a bug. So if it is a bug if the string is empty, or contains question marks or whatever, you can have a debug-function check for that and only then print the output.

Regards Erik Zuurbier