[fpc-devel] Lazarus keeps it's secrets

Michael Schnell mschnell at lumino.de
Wed Mar 3 09:40:53 CET 2010


On 03/01/2010 07:29 PM, Mattias Gaertner wrote:
> Have you set the target OS in the compiler options to linux?
>   

I just did a normal installation and the program I compile does work. So
I can't imagine that the compiler options are wrong. Seemingly the IDE
sees some of these options wrong. Can there be diverging settings of
such options ?

Another question regarding debugging the lcl and rtl code. With
ctrl-click I can (in most cases :) ) reach the body called by a function
call.

With most of these functions (LCL code ?) I can also step into with F7
and/or set a breakpoint. With other code (FPC RTL ?) F7 steps over the
call and setting a breakpoint in the function body does not work. How
can I make GDB see these source code files ?

Thanks,
-Michael



More information about the fpc-devel mailing list