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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesDiagnostics

Prints detailed error messages and full stack traces to the console or logs for debugging.

Distinct from Error Handling Libraries: Distinct from general error handling libraries: focuses specifically on diagnostic logging and console output of error stacks.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Diagnostics. Refine with filters or upvote what's useful.

Awesome Diagnostics GitHub Repositories

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

    go-errors/errors

    1,005عرض على GitHub↗

    errors is a Go error handling library and stack trace utility that wraps standard errors with execution call stacks and contextual information. It captures program execution paths at the exact moment an error is initialized, extracting granular file paths, line numbers, and function symbols from raw program counter addresses. The library maintains parent-child relationships between wrapped errors to allow deep inspection, unwrapping of root causes, and combination of multiple errors into unified structures. It implements standard error interfaces so enhanced error objects can be used intercha

    Outputs captured error messages along with full stack traces to the console or logs for debugging.

    Go
    عرض على GitHub↗1,005
  1. Home
  2. Programming Languages & Runtimes
  3. Error Handling Libraries
  4. Diagnostics