create_debug_session
Start a debugging session by attaching to a running process using host and port, or launch a new process without them. Specify the programming language and optional session name.
Instructions
Create a new debugging session. Provide host and port to attach to a running process; omit them for launch mode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Programming language for debugging | |
| name | No | Optional session name | |
| executablePath | No | Path to language executable (optional, will auto-detect if not provided) | |
| host | No | Host to attach to for remote debugging (optional, triggers attach mode) | |
| port | No | Debug port to attach to for remote debugging (optional, triggers attach mode) | |
| timeout | No | Connection timeout in milliseconds for attach mode (default: 30000) |