1 dépôt
Mechanisms that automatically detect and attach to newly spawned child processes for debugging.
Distinct from Process Attachment: Distinct from Process Attachment: focuses on the automatic detection of spawned child processes specifically.
Explore 1 awesome GitHub repository matching development tools & productivity · Automatic Child. 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
Detects and connects to spawned child processes to maintain debugging visibility across process boundaries.