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

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

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

1 个仓库

Awesome GitHub RepositoriesExecution Failure Diagnostics

Tools for triggering immediate process termination and capturing state at the point of failure for low-level debugging.

Distinct from Startup Failure Diagnostics: Unlike startup or test failure diagnostics, this is a general-purpose system programming guard for runtime failure analysis.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Execution Failure Diagnostics. Refine with filters or upvote what's useful.

Awesome Execution Failure Diagnostics GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/wilmicrosoft 的头像

    microsoft/wil

    2,884在 GitHub 上查看↗

    wil is a C++ wrapper library for the Windows API designed to simplify system development through RAII and exception handling. It provides a set of resource management tools, a framework for Windows error handling, and type-safe interfaces for registry access and networking. The library distinguishes itself by automating the conversion between system error codes and C++ exceptions, while providing utilities for contextual error message attachment and early return patterns. It also features specialized networking wrappers for socket initialization and hostname resolution, and a registry interfa

    Provides a structured exception handling guard that terminates the process at the exact point of failure for easier debugging.

    C++
    在 GitHub 上查看↗2,884
  1. Home
  2. Operating Systems & Systems Programming
  3. Execution Failure Diagnostics