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? ;-)