call traceback is indecipherable garbage

forkit forkit at gmail.com
Wed Jan 26 03:11:24 UTC 2022


On Wednesday, 26 January 2022 at 02:27:52 UTC, forkit wrote:
>
> I'd rather have more options available to me:
>
> e.g:
>
> dmd -tracebackPrint=no myfile.d

or better yet, just make an addition to the already existing 
-debug=(option)

dmd -debug=stracktrace myfile.d

after all, a dump of stack trace is for 'debugging', and not 
something that one should see in -release.

How hard would that be I wonder?

btw. I just noticed a big difference in what ldc2 dumps, compared 
to what dmd dumps??



More information about the Digitalmars-d mailing list