create_debug_session
Create a debug session for a supported language and receive a session ID to use with other debugging tools.
Instructions
Create a new debug session for a specific programming language. Returns a session ID to use with other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional human-readable name for the session | |
| language | Yes | Programming language to debug | |
| executablePath | No | Optional path to the language runtime (e.g., /usr/bin/python3) |