call traceback is indecipherable garbage
FeepingCreature
feepingcreature at gmail.com
Mon Jan 31 08:56:17 UTC 2022
On Wednesday, 26 January 2022 at 21:02:09 UTC, forkit wrote:
> On Wednesday, 26 January 2022 at 02:20:17 UTC, forkit wrote:
>>
> btw. I really like how Rust does it:
>
> just set an environment variable (set RUST_BACKTRACE=1)
>
> then run your program, and it will dump the backtrace, when you
> run your program.
I think this is not a good idea. This sounds like the sort of
environment variable that you usually, when it matters, want to
*have set* a while ago, rather than set that moment. It's just
one more "gotcha that you just need to know to work with the
language."
More information about the Digitalmars-d
mailing list