call traceback is indecipherable garbage

forkit forkit at gmail.com
Fri Feb 4 22:50:12 UTC 2022


On Friday, 4 February 2022 at 22:47:18 UTC, forkit wrote:
>
> Thanks. Very useful info :-)
>
> Although, I almost always need to compile with '-g' in order 
> for the strace to be of any practical use.
>
> So I will likely end up incorporating above, into this:
>
> debug
>     {
>         import core.runtime : Runtime;
>         Runtime.traceHandler = null;
>     }

oops. of course I meant:

!debug
     {
         import core.runtime : Runtime;
         Runtime.traceHandler = null;
     }

btw. how do I do that exactly (ie. !debug)


More information about the Digitalmars-d mailing list