1 مستودع
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.
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.