[fpc-pascal] Logging full runtime-error/exception backtrace
Everton Vieira
tonvieira at gmail.com
Mon Feb 20 17:07:23 CET 2012
2012/2/20 Sven Barth <pascaldragon at googlemail.com>
> Am 20.02.2012 16:52, schrieb Everton Vieira:
>
> Is supposed that with the -gl and the BackTraceStrFunc would get all the
>> info with the line number as well? Because if is true i've seen not work
>> and could test again.
>>
>
> This only works if you do not strip the debug info from the executable
> (either by using the strip command - as Martin wrote - or by using -Xg - as
> I wrote). Some people do not won't to include the debug information,
> because they increase the file size of the executable quite a bit
> (especially if you use the LCL).
>
I know, wasn't with the strip.
>
> Example of Lazarus.exe:
>
> * executable size: ~14MB
> * debug info size: ~145MB
>
>
> Regards,
> Sven
> ______________________________**_________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.**org<fpc-pascal at lists.freepascal.org>
> http://lists.freepascal.org/**mailman/listinfo/fpc-pascal<http://lists.freepascal.org/mailman/listinfo/fpc-pascal>
>
--
Everton Vieira.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20120220/7e743145/attachment.html>
More information about the fpc-pascal
mailing list