On 27.05.2012 14:32, Rainer Stratmann wrote:
How to get debug information?

There is an error, but only adresses are shown.

I put on debugger Information in Lazarus (-g) but can get no further infos
when an error occurs (except the adresses).

Lazarus 0.9.30
fpc 2.4.2

You also need to enable line information using "-gl". Debug information itself is only useful for stepping through an application using a debugger. The line information is the one you seek.

Regards,
Sven

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to