call traceback is indecipherable garbage
Steven Schveighoffer
schveiguy at gmail.com
Wed Jan 26 02:31:25 UTC 2022
On 1/25/22 9:27 PM, forkit wrote:
> On Wednesday, 26 January 2022 at 02:22:53 UTC, rikki cattermole wrote:
>>
>> That's your call stack (addresses).
>>
>> It doesn't have the function name/module because you haven't compiled
>> it in.
>>
>> If you don't want it, catch any exceptions that can be thrown.
>
> I'd rather have more options available to me:
>
> e.g:
>
> dmd -tracebackPrint=no myfile.d
>
Catching an exception and handling it directly is exactly how you do
this. Dmd can't have all the options to write code for you.
-Steve
More information about the Digitalmars-d
mailing list