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
·

1 repositorio

Awesome GitHub RepositoriesBytecode-to-Source Mapping

Translating runtime positions from compiled bytecode back to original source files for debugging.

Distinct from Compiled Language Debugging: Focuses specifically on the translation coordinate mapping rather than general debugging tools for compiled languages.

Explore 1 awesome GitHub repository matching development tools & productivity · Bytecode-to-Source Mapping. Refine with filters or upvote what's useful.

Awesome Bytecode-to-Source Mapping 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

    Translates positions between raw bytecode and original source files to enable debugging in the original language.

    TypeScriptchromechrome-devtoolsdevtools
    Ver en GitHub↗3,945
  1. Home
  2. Development Tools & Productivity
  3. Compiled Language Debugging
  4. Bytecode-to-Source Mapping