Article - Stack traces on Windows Exceptions
Hipreme
msnmancini at hotmail.com
Mon Oct 30 22:11:05 UTC 2023
With the help from ryuukk on backtraced - a standalone file which
we can get access for both Microsoft Visual C++ Runtime
Exceptions (and kill signals on linux) -
https://github.com/ryuukk/backtraced/
I've wrote an article while integrating to my engine, since this
is a fairly unknown technique, and also there is some problems
when you want to integrate with the DLL, which I didn't knew by
the time I used it, so, you need to use Win32 API for load the
.pdb files, which is called `SymLoadModuleEx` -- Here is an
article which I wrote about that:
https://dev.to/mrcsnm/runtime-stacktraces-for-native-programming-languages-153e
More information about the Digitalmars-d-announce
mailing list