awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/wilAvatar de microsoft

    microsoft/wil

    2,884Ver en 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++
    Ver en GitHub↗2,884
  1. Home
  2. Operating Systems & Systems Programming
  3. Execution Failure Diagnostics