awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • maruel/panicparsemaruel 的头像

    maruel/panicparse

    3,711在 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
    在 GitHub 上查看↗3,711
  • benaadams/ben.demystifierbenaadams 的头像

    benaadams/Ben.Demystifier

    2,867在 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
    在 GitHub 上查看↗2,867
  • easycorp/easy-log-handlerEasyCorp 的头像

    EasyCorp/easy-log-handler

    2,005在 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
    在 GitHub 上查看↗2,005
  • go-errors/errorsgo-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

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

    Go
    在 GitHub 上查看↗1,005
  1. Home
  2. Software Engineering & Architecture
  3. Stacks
  4. Stack Trace Formatters
  5. Stack Trace Readability Enhancers

探索子标签

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