call traceback is indecipherable garbage

Dennis dkorpel at gmail.com
Wed Jan 26 12:33:44 UTC 2022


On Wednesday, 26 January 2022 at 03:51:55 UTC, forkit wrote:
> Still, it makes complete sense to me, that a stack trace dump 
> is 'debugging material', and that -release should print only 
> the exeption, and nothing else.
>
> Surely I'm not the only one who has come to that conclusion :-(

https://forum.dlang.org/post/m09gue$38e$1@digitalmars.com

I wouldn't be against only printing the Exception message by 
default either, but others consider letting an Exception escape 
`main` a bug, and think you should explicitly catch Exceptions 
that you expect might be thrown.


More information about the Digitalmars-d mailing list