Bogusław Brandys wrote:
> There is another question, which is debug info.I think it's precious to 
> have correct unit/line information in case of application crash in 
> customer computer. That means huge above 33MB applications.
> I would be glad if debug info could be dumped into separate file AND 
> used by lineinfo and heaptrc in case of exception to show stack trace.Of 
> course as an optional way of distributing application.
>   
Debug info can be placed in a separate file - you need to use -Xg option 
for that. I have no idea though whether heaptrc or lineinfo units can 
work with it but gdb can.

Best regards,
Paul Ishenin.
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to