I am using the d programming language to write a program, and I am trying to use ddbg to debug it. When an exception occurs, I want the program to abort whenever an exception occurs so that I can check the stack.
Alternatively, is there another debugger that works with d? Is there any other way to get a stack trace when an exception occurs?
source
share