call traceback is indecipherable garbage

forkit forkit at gmail.com
Fri Feb 4 22:57:42 UTC 2022


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.


More information about the Digitalmars-d mailing list