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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • go-errors/errorsAvatar de go-errors

    go-errors/errors

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