Finding the last executed line by checking dmd core

Jonathan M Davis newsgroup.d at jmdavisprog.com
Thu May 3 21:04:07 UTC 2018


On Thursday, May 03, 2018 19:45:54 kerdemdemir via Digitalmars-d-learn 
wrote:
> After a big refactor my code crushes I have no idea where.
>
> I am only getting :
>
> Program exited with code -11
>
> And a core file.
>
> I used to use gdb for c++ coredumps. With what program&option I
> can check dmd core file?

gdb supports D, though due to some recent changes to D's name mangling, the
name mangling in gdb doesn't work quite right currently. I'd suggest reading
this thread:

https://forum.dlang.org/thread/zgnqjzarzrtzbwqjofwz@forum.dlang.org

- Jonathan M Davis



More information about the Digitalmars-d-learn mailing list