[Lazarus] Post-Mortem Debugging
Martin Frb
lazarus at mfriebe.de
Thu Feb 26 21:02:56 CET 2015
On 26/02/15 19:52, Mark Morgan Lloyd wrote:
> I've just forced a core dump of a misbehaving multithreaded program
> and am looking at it using gdb to good effect.
>
> Can Lazarus be used as a post-mortem debugger, reminiscent of products
> from Logitech et al?
>
probably not without changes.
I havent used gdb for this either, so I am not aware which commands you
can send to gdb.
I guess that the code used for "attach" can be copied/modified to load a
core dump.
then you might be able do use the stack, and watches. but I do not know
More information about the Lazarus
mailing list