start_node_process
Launch and debug Node.js processes by specifying the script path, arguments, and working directory. Enables step-through debugging, breakpoints, and expression evaluation for efficient code troubleshooting.
Instructions
Start a Node.js process with debugging enabled
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Arguments to pass to the script | |
cwd | No | Working directory (optional) | |
script | Yes | Path to the Node.js script to run |