awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesChild Process Debugging

Automatically detects and attaches debuggers to spawned child processes in a multi-process application tree.

Distinct from Process Attachment: Distinct from Process Attachment: specifically focuses on the automatic discovery and attachment to child processes rather than just the mechanism of attaching to a single process.

Explore 1 awesome GitHub repository matching development tools & productivity · Child Process Debugging. Refine with filters or upvote what's useful.

Awesome Child Process Debugging GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • googlechromelabs/ndbAvatar de GoogleChromeLabs

    GoogleChromeLabs/ndb

    10,874Ver en GitHub↗

    ndb is a suite of development tools for Node.js that provides runtime inspection, performance profiling, and process management. It functions as a debugger that connects Node.js execution environments to the Chrome browser debugging interface for visual state management and breakpoint control. The tool is distinguished by its ability to detect and attach to spawned child processes, maintaining debugging visibility across multiple process boundaries. It also integrates a source editor that allows users to modify code directly within the debugging interface and save those changes to disk during

    Provides automatic debugging attachment for spawned child processes to maintain visibility across process boundaries.

    JavaScript
    Ver en GitHub↗10,874
  1. Home
  2. Development Tools & Productivity
  3. Debugger Initialization
  4. Process Attachment
  5. Child Process Debugging