On Tue, May 5, 2009 at 1:06 PM, Graeme Geldenhuys <graemeg.li...@gmail.com> wrote: > Hi, > > Why is Lazarus ignoring my breakpoint? If I put a writeln() statement > before line 1466, it is executed and I see console output. So that
I place the following writeln() statement before line 1466 and below is some sample output, showing the writeln() is being run. writeln('******************************************'); ==============[ console output ]==================== /home/graemeg/programming/tiOPF2/UnitTests/Text/textrunner -p --suite=TtiObjectTestCase TtiObjectTestCase: Owner: ... DONE Parent_InheritsFromVsIs: ... DONE Parent_TtiObject: ... DONE Parent_TtiObjectList: ... DONE OIDGenerator: ... DONE GetOID: ... DONE PropType: ... DONE IsReadWriteProp: ... DONE PropCount: ... DONE SetPropValue: ... DONE SetBooleanPropValue: ...****************************************** ERROR GetPropValue: ... DONE SetPropValueNested: ... DONE GetPropValueNested: ... DONE Deleted_TtiObject: ... DONE ...... ======================================= Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus