awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • chromedevtools/devtools-frontendAvatar de ChromeDevTools

    ChromeDevTools/devtools-frontend

    3,945Ver en 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
    Ver en GitHub↗3,945
  • benaadams/ben.demystifierAvatar de benaadams

    benaadams/Ben.Demystifier

    2,867Ver en 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
    Ver en GitHub↗2,867
  1. Home
  2. Software Engineering & Architecture
  3. Stacks
  4. Stack Trace Formatters
  5. Stack Trace Demystifiers

Explorar subetiquetas

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