crashing with no stack trace, why?

JN 666total at wp.pl
Fri Feb 1 09:00:32 UTC 2019


On Thursday, 31 January 2019 at 11:09:56 UTC, DanielG wrote:
> However it was simply crashing with an exit code (-1073740771 / 
> ‭0xC000041D‬), and I was having a heck of a time trying to 
> debug on Windows. (Shoutout to the revamped WinDbg Preview, 
> couldn't get anything else to work!)

For Windows, you can try VisualD and VSCode with C++ debugger. I 
had good experience using those, at least to determine which line 
crashes in my code when stacktrace is not provided.



More information about the Digitalmars-d-learn mailing list