On Friday, 4 February 2022 at 22:50:12 UTC, forkit wrote:
>
> btw. how do I do that exactly (ie. !debug)
this seems messy:
debug
{
}
else
{
import core.runtime : Runtime;
Runtime.traceHandler = null;
}
!debug would be much nicer.