On Sunday, 25 July 2021 at 10:26:34 UTC, Adam D Ruppe wrote:
On Saturday, 24 July 2021 at 08:41:20 UTC, frame wrote:
I recently discovered that my exceptions do not show a trace
anymore.
How can this happen?
It needs to load the .pdb file at runtime, so make sure it
stays next to your exe.
No, I think you misunderstand the issue. I don't care about the
symbolic debug information.
The issue is: w/o calling test() there are stack lines available
but when I compile it with the test() call, no stack lines are
available?