awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • go-errors/errorsAvatar von go-errors

    go-errors/errors

    1,005Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,005
  1. Home
  2. Programming Languages & Runtimes
  3. Error Handling Libraries
  4. Diagnostics