[fpc-devel] RTL StackTrace patch
Vincent Snijders
vsnijders at quicknet.nl
Thu Jan 17 09:51:34 CET 2008
Fabio Dell'Aria schreef:
> Hi to all,
>
> I'm writing a patch to can use an external .dbg file during the
> debugging process.
>
> All works fine but when an unhandled exception is raised the RTL show
> stacktrace without debug info (no sources line).
>
> How I can instruct the RTL to search the debug symbols in a
> project.dbg file (if not found in the executable)?
>
Write support for it in the lineinfo and lnfodwrf units. You can find those units in
fpc\rtl\inc.
Vincent
More information about the fpc-devel
mailing list