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
·

4 dépôts

Awesome GitHub RepositoriesStack Trace Readability Enhancers

Converts raw .NET stack traces into modern C# syntax for easier debugging and error analysis.

Distinct from Stack Trace Formatters: Distinct from Stack Trace Formatters: focuses on enhancing readability through syntax transformation rather than just formatting existing data.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Stack Trace Readability Enhancers. Refine with filters or upvote what's useful.

Awesome Stack Trace Readability Enhancers 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.
  • maruel/panicparseAvatar de maruel

    maruel/panicparse

    3,711Voir sur GitHub↗

    Panicparse is a toolset for Go crash analysis and runtime debugging. It functions as a panic stack trace parser, a race detector log parser, and a goroutine deduplicator designed to transform raw crash dumps and thread sanitizer output into structured, readable formats. The project distinguishes itself by converting complex stack traces into visual HTML reports with embedded source code. It reduces noise in highly parallelized processes by grouping identical goroutine stacks and prioritizes application code over standard library calls during parsing. The utility also covers live process moni

    Transforms raw Go panic dumps and race detector logs into structured, readable formats.

    Gocrashgopanic
    Voir sur GitHub↗3,711
  • benaadams/ben.demystifierAvatar de benaadams

    benaadams/Ben.Demystifier

    2,867Voir sur GitHub↗

    Ben.Demystifier is a .NET library that transforms raw stack traces into modern C# 7+ syntax. It reads compiler-generated frames produced by async methods, iterators, lambdas, local functions, and generic types, then rewrites them to match the original source code, making exception call stacks and debug output immediately readable. The library resolves common compiler artifacts such as MoveNext frames back into their original async method or iterator names, shows declaring method names and ordinals for lambdas and local functions instead of generated identifiers, and displays resolved generi

    Converts raw .NET stack traces into modern C# syntax for easier debugging.

    C#aspnet-coredotnetdotnet-core
    Voir sur GitHub↗2,867
  • easycorp/easy-log-handlerAvatar de EasyCorp

    EasyCorp/easy-log-handler

    2,005Voir sur GitHub↗

    Easy-log-handler is a PHP library designed to transform raw, unstructured application logs into human-readable, hierarchical formats. It functions as a logging middleware component that intercepts diagnostic streams to improve clarity during active development and troubleshooting. The tool distinguishes itself by providing stateful log aggregation and regex-based parsing, which allow it to collapse duplicate entries and extract structured data from raw text. By applying template-driven formatting and dynamic metadata filtering, it reduces information overload and ensures that essential diagno

    Presents complex error stack traces in a readable multi-line format to assist in debugging.

    PHPdxloglogger
    Voir sur GitHub↗2,005
  • 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

    Transforms raw captured execution stack traces into readable strings to simplify logging and inspection.

    Go
    Voir sur GitHub↗1,005
  1. Home
  2. Software Engineering & Architecture
  3. Stacks
  4. Stack Trace Formatters
  5. Stack Trace Readability Enhancers

Explorer les sous-tags

  • Panic Trace ParsersTools that transform raw runtime panic dumps into structured and readable formats. **Distinct from Stack Trace Readability Enhancers:** Distinct from Readability Enhancers: focuses on the structural parsing of raw panic dumps rather than syntax transformation of existing traces.