backend_debugger_attach
Attach to a Node.js process debugger to enable breakpoint debugging and inspect backend errors.
Instructions
Attach to a Node.js process debugger for breakpoint debugging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Debug host | localhost |
| port | Yes | Debug port (e.g., 9229 for Node.js) | |
| type | No | Runtime type | node |
| processId | No | Process ID to attach to |