Breakpad
An open-source multi-platform crash reporting system developed by Google.
Why consider Breakpad?
Breakpad is an open-source multi-platform crash reporting system written in C++ by Google. It produces standard minidumps when native Windows, macOS, or Linux C++ applications crash, uploading them to self-hosted collector backends for symbolicated stack trace analysis.
Learn Breakpad by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Breakpad
Breakpad captures post-mortem minidumps from crashed desktop and mobile C++ native processes.
Integration
Include Breakpad exception handler in your C++ entrypoint to generate minidumps upon fatal signals.
Breakpad is licensed under the BSD-3-Clause License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.