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/zgnqjzarzrtzbwqjo...@forum.dlang.org

- Jonathan M Davis

Reply via email to