On Wed, 11 Mar 2015 10:05:39 +0000
zhmt via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:

> I want to know how to locate the position of crashing in dlang?
> 
> for example:  there is stack dump in c, exception stack in java, 
> they could help to locate the root of problems.
> 

D has these too, you just need to compile it in debug mode. If you use
dub dont use release build type

Reply via email to