awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesStack Trace Demystifiers

Reads raw .NET stack traces by translating compiler-generated frames back into modern C# 7.0+ syntax.

Distinct from Stack Trace Formatters: Distinct from Stack Trace Formatters: focuses on translating compiler-generated frames into source-level syntax rather than just formatting existing data.

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

Awesome Stack Trace Demystifiers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • chromedevtools/devtools-frontendAvatar ChromeDevTools

    ChromeDevTools/devtools-frontend

    3,945Vezi pe GitHub↗

    This project is a specialized browser debugging interface designed to monitor DOM elements, network traffic, and JavaScript execution. It provides a client-side user interface for inspecting and debugging web applications, allowing for the real-time modification of CSS styles and the investigation of the JavaScript runtime. The toolkit includes dedicated analysis tools for WebAssembly, featuring disassembly highlighting, scope inspection, and binary execution profiling. It also provides a network traffic inspector for analyzing HTTP requests and a CSS style editor for testing properties and a

    Converts raw protocol data or error strings into structured stack trace models containing synchronous and asynchronous frames.

    TypeScriptchromechrome-devtoolsdevtools
    Vezi pe GitHub↗3,945
  • benaadams/ben.demystifierAvatar benaadams

    benaadams/Ben.Demystifier

    2,867Vezi pe 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

    Reads raw .NET stack traces by translating compiler-generated frames into modern C# syntax.

    C#aspnet-coredotnetdotnet-core
    Vezi pe GitHub↗2,867
  1. Home
  2. Software Engineering & Architecture
  3. Stacks
  4. Stack Trace Formatters
  5. Stack Trace Demystifiers

Explorează sub-etichetele

  • Protocol Stack ParsingConverting raw protocol data or error strings into structured stack trace models with async frames. **Distinct from Stack Trace Demystifiers:** Focuses on parsing raw protocol streams into structured models rather than translating compiler-generated frames.