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,711GitHub पर देखें↗

    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,867GitHub पर देखें↗

    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,005GitHub पर देखें↗

    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,005GitHub पर देखें↗

    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.