awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • microsoft/wilالصورة الرمزية لـ microsoft

    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