top | item 47031253

(no title)

andyferris | 14 days ago

> stacktraces are only available in certain build modes

> zig has pretty good error traces by default

These seem rather conditional. If I need to run release-fast in prod, say, do we loose these error traces (for bugs)?

discuss

order

Cloudef|14 days ago

You can enable error traces for release-fast builds as well, without enabling full debug info. Though the quality of call stack of course vary depending on optimization level.

dnautics|13 days ago

oh awesome. I thought error traces were only on debug and optionally on ReleaseSafe.

messe|14 days ago

You do, to a significant extent. Though there is always the option of running ReleaseSafe.