[Lazarus] lfm as pascal

Mattias Gaertner nc-gaertnma at netcologne.de
Tue May 5 22:48:42 CEST 2009


Graeme Geldenhuys wrote:
> On Tue, May 5, 2009 at 1:06 PM, Graeme Geldenhuys
> <graemeg.lists at 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.
>   
While it is not the answer to your question, I had a similar issue and 
found, that breakpoints only worked, if they here set *before* I started 
the application to debug. (This was on FreeBSD)

Maybe worth trying until the issue is fixed?

Martin

>
>    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 at lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>   



More information about the Lazarus mailing list