app like that
CrashCatch
CrashCatch

CrashCatch is a zero-dependency, header-only crash reporting library for C++ applications.

Features

Header-only

CrashCatch is a drop-in solution with no dependencies, allowing easy integration into projects.

.dmp and .txt crash logs

Automatically generates `.dmp` and `.txt` files when a crash occurs, providing detailed crash reports.

Symbol resolution for stack trace

Helps in resolving symbols to produce a more readable stack trace, making debugging easier.

GUI message box support

Displays a user-friendly message box upon a crash, offering a better experience for end users.

CMake + CI friendly

Easily installs and integrates with CMake projects, supporting continuous integration workflows.