D and GDB

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jun 4 10:31:02 PDT 2017


Russel Winder wrote:

> I thought I had left SIGSEGV debugging behind, but it seems not.
> However whilst the C++/CLion debug tooling is excellent, D seems to be
> without. I guess there must be some gdb magic I am missing, but:
>
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007fffffffc788 in ?? ()
> gdb>b
> Breakpoint 1 at 0x7fffffffc788
> gdb>
>
> Not the most illuminating backtrace I have seen.

maybe 'cause backtrace is called with `bt` command? ;-)


More information about the Digitalmars-d-learn mailing list