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
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • maruel/panicparseAvatar von maruel

    maruel/panicparse

    3,711Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,711
  • benaadams/ben.demystifierAvatar von benaadams

    benaadams/Ben.Demystifier

    2,867Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,867
  • easycorp/easy-log-handlerAvatar von EasyCorp

    EasyCorp/easy-log-handler

    2,005Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,005
  • 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

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

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

Unter-Tags erkunden

  • 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.