CrashCatch is a zero-dependency, header-only crash reporting library for C++ applications.
CrashCatch is a drop-in solution with no dependencies, allowing easy integration into projects.
Automatically generates `.dmp` and `.txt` files when a crash occurs, providing detailed crash reports.
Helps in resolving symbols to produce a more readable stack trace, making debugging easier.
Displays a user-friendly message box upon a crash, offering a better experience for end users.
Easily installs and integrates with CMake projects, supporting continuous integration workflows.