Stack traces with DMD on OSX

Seb seb at wilzba.ch
Thu May 31 09:36:11 UTC 2018


On Thursday, 31 May 2018 at 09:11:41 UTC, pineapple wrote:
> When I run code on OSX and it produces a stack trace, the 
> output uses mangled symbols and is missing line numbers, like 
> so - how can I change these stack traces to be more readable?
>
> [...]

Use DMD master - support for line numbers in stack traces will be 
part of 2.081:

More details: https://github.com/dlang/druntime/pull/2169

curl https://dlang.org/install.sh | bash -s dmd-nightly


More information about the Digitalmars-d-learn mailing list