awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bombela avatar

bombela/backward-cpp

0
View on GitHub↗
4,285 stars·532 forks·C++·MIT·15 views

Backward Cpp

backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers.

The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of code alongside the resolved stack frames.

The toolset covers stack frame unwinding and memory address resolution to analyze the sequence of function calls leading to a crash. It includes capabilities for deferred symbol translation and colorized rendering to format trace data for terminal output.

Features

  • Crash Diagnostics - Provides a comprehensive system for capturing and printing detailed stack traces automatically during C++ fatal errors.
  • Debug Symbol Resolvers - Translates raw memory addresses into human-readable function names and line numbers using system debug symbols.
  • Stack Trace Capture - Snapshots the current execution stack or specific memory addresses for later resolution.
  • Native Stack Unwinders - Traverses the current call stack to extract raw memory addresses of active function calls.
  • Stack Trace Libraries - Provides a C++ library for capturing and rendering human-readable call stacks with embedded source code snippets.
  • Symbolic Address Resolution - Transforms raw memory addresses into detailed information including filenames, line numbers, and inlined functions.
  • Fatal Error Handlers - Registers system handlers to capture execution state automatically upon fatal errors like segmentation faults.
  • Symbolic Backtrace Resolutions - Maps raw memory addresses to human-readable symbols and file paths during C++ program execution.
  • Crash Reporters - Automates the capture and reporting of execution traces upon the occurrence of segmentation faults and fatal errors.
  • Error Reporting - Generates formatted call stacks and source code snippets to help diagnose logic errors and application crashes.
  • Application Stack Trace Capturers - Captures snapshots of the execution stack to analyze the sequence of function calls leading to a crash.
  • Source Fragment Extractions - Reads original source files from disk to display specific lines of code alongside resolved stack frames.
  • Call Stack Printers - Outputs resolved stack frames and inlined functions into a human-readable terminal or stream format.
  • Debugging Utilities - Provides a library to translate raw memory addresses into filenames and line numbers using debug symbols.
  • Deferred Symbol Resolutions - Provides the ability to store raw stack snapshots for later conversion into formatted text once the debugging context is ready.
  • Stack Trace Generation - Produces human-readable call stacks and source code snippets to diagnose application crashes and errors.
  • Data Formatting - Stack trace pretty-printer for debugging.
  • Debugging And Tracing - Pretty-prints C++ stack traces.
  • Debugging Tools - Stack trace pretty printer for C++.
  • Testing and Benchmarking - Stack trace beautifier for C++.
  • Testing and Debugging - Stack trace pretty printer for C++.

Star history

Star history chart for bombela/backward-cppStar history chart for bombela/backward-cpp

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Backward Cpp

These projects share indexed features with Backward Cpp. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • stacktracejs/stacktrace.jsstacktracejs avatar

    stacktracejs/stacktrace.js

    4,005View on GitHub↗

    stacktrace.js is a JavaScript library designed for generating and parsing detailed function call stacks from error objects across different web browsers. It functions as a stack trace parser and error instrumentation utility that captures execution flow and error traces. The project differentiates itself through its ability to resolve source maps, translating minified JavaScript stack traces back to original source lines. It also includes a remote error reporter for transmitting processed exception data and stack traces to a centralized server for analysis. The library covers broad capabilit

    JavaScripterror-handlingjavascriptstacktracejs
    View on GitHub↗4,005
  • acra/acraACRA avatar

    ACRA/acra

    6,495View on GitHub↗

    Acra is an Android crash reporting framework and diagnostic data collector designed to detect failures and capture device diagnostics, system logs, and application state. It serves as an embeddable library for capturing and processing crash reports, providing a pipeline to send this data to custom backends or via email. The project features a plugin-based sender architecture that allows reports to be routed through HTTP endpoints, email clients, or proprietary backend implementations. It includes a user-controlled reporting system with preference toggles and interactive dialogs to manage user

    Kotlin
    View on GitHub↗6,495
  • kde/heaptrackKDE avatar

    KDE/heaptrack

    4,107View on GitHub↗

    Heaptrack is a heap memory profiler and diagnostic tool for applications running on Linux. It functions as a memory leak detector and performance analysis system that records heap allocations and stack traces to identify memory hotspots and consumption patterns. The project provides a graphical heap allocation visualizer for exploring memory usage through tree views and peak memory reports. It utilizes flame graphs and allocation charts to visualize memory hotspots and assist in the detection of leaks. The toolset includes capabilities for heap memory allocation tracing and the generation of

    C++
    View on GitHub↗4,107
  • ereza/customactivityoncrashEreza avatar

    Ereza/CustomActivityOnCrash

    3,759View on GitHub↗

    CustomActivityOnCrash is an Android crash handling library that replaces the default system crash dialog with a custom activity. It functions as an application recovery tool and error interface manager, designed to handle application failures gracefully. The library provides mechanisms to customize the visual appearance of error screens using specific themes and translated strings. It manages application stability by preventing infinite crash cycles through time-based loop prevention and configuring whether error screens launch during background execution. The tool includes capabilities for

    Java
    View on GitHub↗3,759
Compare all 30 related projects→

Frequently asked questions

What does bombela/backward-cpp do?

backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers.

What are the main features of bombela/backward-cpp?

The main features of bombela/backward-cpp are: Crash Diagnostics, Debug Symbol Resolvers, Stack Trace Capture, Native Stack Unwinders, Stack Trace Libraries, Symbolic Address Resolution, Fatal Error Handlers, Symbolic Backtrace Resolutions.

Which projects share features with bombela/backward-cpp?

Projects with overlapping indexed features include: stacktracejs/stacktrace.js — stacktrace.js is a JavaScript library designed for generating and parsing detailed function call stacks from error… acra/acra — Acra is an Android crash reporting framework and diagnostic data collector designed to detect failures and capture… kde/heaptrack — Heaptrack is a heap memory profiler and diagnostic tool for applications running on Linux. It functions as a memory… ereza/customactivityoncrash — CustomActivityOnCrash is an Android crash handling library that replaces the default system crash dialog with a custom… mstange/samply — Samply is a cross-platform CPU sampling profiler and performance analysis utility. It consists of a command-line tool… nunomaduro/collision — Collision is a command-line interface error report formatter and developer debugging tool. It functions as a terminal…