call traceback is indecipherable garbage

forkit forkit at gmail.com
Wed Jan 26 23:09:42 UTC 2022


On Wednesday, 26 January 2022 at 21:11:42 UTC, H. S. Teoh wrote:
> On Wed, Jan 26, 2022 at 09:02:09PM +0000, forkit via 
> Digitalmars-d wrote:
>> On Wednesday, 26 January 2022 at 02:20:17 UTC, forkit wrote:
>> > 
>> btw. I really like how Rust does it:
>> 
>> just set an environment variable (set RUST_BACKTRACE=1)
>> 
>> then run your program, and it will dump the backtrace, when 
>> you run your program.
> [...]
>
> File this as an enhancement request, it might be worth 
> implementing.
>
>
> T

will look into this. In the meantime, I can just comment out 2 
lines, and problem goes away ;-)

try
{
     /* sink("\n----------------"); */ /* line 2463 object.d */
     foreach (t; info)
     {
         /* sink("\n"); sink(t); */ /* line 2466 object.d */
     }
}



More information about the Digitalmars-d mailing list