Error reporting is terrible
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Fri Sep 4 15:16:26 PDT 2015
On Friday, 4 September 2015 at 20:20:14 UTC, Freddy wrote:
> Not the op,but stack traces with line numbers would be nice.
I know how to do it but there's only so many free code hours in
the week :(
You can look up one line at a time though with the addr2line
utility on Linux. Copy/paste the address to it and it will give
you a line number.
More information about the Digitalmars-d
mailing list