Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks
rmtew opened this issue Aug 21, 2024 · 1 comment
Open
2 tasks

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

rmtew opened this issue Aug 21, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@rmtew
Copy link
Owner

rmtew commented Aug 21, 2024

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

  • Reintegrate google breakpad bringing back old code.
  • Preserve pdbs from release and debug builds.
@rmtew rmtew added the enhancement New feature or request label Aug 21, 2024
@rmtew rmtew added this to the 0.6.9Y20 milestone Aug 21, 2024
@HexDecimal
Copy link
Collaborator

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.

@rmtew rmtew changed the title Replace google breakpoint with code to get stack traces/minidumps Replace google breakpad with code to get stack traces/minidumps Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants