Postmortem: Template unittests are bad & you shouldn't catch Error
Adam D. Ruppe
destructionator at gmail.com
Fri Oct 23 13:27:55 UTC 2020
On Friday, 23 October 2020 at 09:24:14 UTC, Jacob Carlborg wrote:
> druntime should be able to detect if running inside a debugger.
I think that's actually impossible on Linux.
But that's not even a great solution anyway, what if core dumps
are enabled but it isn't in a debugger? There's a lot of
scenarios that aren't clear cut.
More information about the Digitalmars-d
mailing list