[fpc-devel] Re: Debugger for FPC
Schatzl Thomas
tom_at_work at gmx.at
Sat Mar 14 20:25:16 CET 2009
Hello,
> Von: Paul Ishenin <webpirat at mail.ru>
> Jonas Maebe wrote:
> >
> > It's the DWARF version of the lineinfo unit. It's only required to get
> > line numbers in backtraces when a program crashes. Apparently, it
> > hasn't been ported to Win32 yet, but it's not required to debug. Just
> > leave out the -gl parameter.
> Btw, it is strange that in rtl\win64\makefile.fpc lnfodwrf is present
> but in rtl\win32\makefile.fpc it does not.
>
> I checked that lnfodwrf.pp at least compiles on win32.
Stabs does not support 64 bit, DWARF is default on all these platforms, that's why it is used in win64 and not win32.
The lnfodwrf.pp should work fine on win32 though.
Thomas
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
More information about the fpc-devel
mailing list