awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bombela avatar

bombela/backward-cpp

0
View on GitHub↗
4,285 星标·532 分支·C++·MIT·2 次浏览

Backward Cpp

backward-cpp 是一个 C++ 堆栈跟踪库和调试工具,旨在捕获、解析并打印详细的执行轨迹和崩溃报告。它作为崩溃报告器和调用堆栈打印机,将原始内存地址转换为人类可读的函数名、文件名和行号。

该项目通过注册系统处理程序来处理致命错误(如段错误),从而实现自动崩溃报告,并在程序失败时自动生成执行轨迹。它的独特之处在于能从磁盘提取源代码片段,在解析后的堆栈帧旁显示具体的代码行。

该工具集涵盖了堆栈帧展开和内存地址解析,以分析导致崩溃的函数调用序列。它包括延迟符号翻译和彩色渲染功能,用于格式化终端输出的跟踪数据。

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.
  • 调试与追踪 - 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 历史

bombela/backward-cpp 的 Star 历史图表bombela/backward-cpp 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

bombela/backward-cpp 是做什么的?

backward-cpp 是一个 C++ 堆栈跟踪库和调试工具,旨在捕获、解析并打印详细的执行轨迹和崩溃报告。它作为崩溃报告器和调用堆栈打印机,将原始内存地址转换为人类可读的函数名、文件名和行号。

bombela/backward-cpp 的主要功能有哪些?

bombela/backward-cpp 的主要功能包括:Crash Diagnostics, Debug Symbol Resolvers, Stack Trace Capture, Native Stack Unwinders, Stack Trace Libraries, Symbolic Address Resolution, Fatal Error Handlers, Symbolic Backtrace Resolutions。

bombela/backward-cpp 有哪些开源替代品?

bombela/backward-cpp 的开源替代品包括: 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…

Backward Cpp 的开源替代方案

相似的开源项目,按与 Backward Cpp 的功能重合度排序。
  • stacktracejs/stacktrace.jsstacktracejs 的头像

    stacktracejs/stacktrace.js

    4,005在 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
    在 GitHub 上查看↗4,005
  • acra/acraACRA 的头像

    ACRA/acra

    6,495在 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
    在 GitHub 上查看↗6,495
  • kde/heaptrackKDE 的头像

    KDE/heaptrack

    4,107在 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++
    在 GitHub 上查看↗4,107
  • ereza/customactivityoncrashEreza 的头像

    Ereza/CustomActivityOnCrash

    3,759在 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
    在 GitHub 上查看↗3,759
  • 查看 Backward Cpp 的所有 30 个替代方案→