connectDebugger
Connect to a debugger via Chrome DevTools Protocol, specifying host and port, with a brief reference for the debugging activity.
Instructions
Connect to debugger
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | The debugger host (default: localhost) | localhost |
| port | No | The debugger port (optional, defaults to this session's auto-assigned port). Use this to connect to debuggers on different ports (e.g., Node.js on 9229, Chrome on 9222). | |
| reference | Yes | 3 descriptive words describing this debugging activity |