rmtew / incursion-roguelike

The legendary computer game Incursion: Hall of the Goblin King!
https://incursion-roguelike.net/
Other
9 stars 1 forks source link

Replace google breakpad with code to get stack traces/minidumps #25

Open rmtew opened 3 months ago

rmtew commented 3 months ago

Google breakpad was removed in the move to VS2022. We want to get stack traces/minidumps on crashes.

HexDecimal commented 3 months ago

Having a reliable source of dependencies such as Vcpkg would help with this. It's unfortunate that standard C++ support for stacktraces is only available in C++23.