start_debugging
Initiate step-through debugging of a script by providing session ID and script path. Supports breakpoints, variable inspection, and stack traces using the Debug Adapter Protocol.
Instructions
Start debugging a script
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| scriptPath | Yes | Path to the script to debug. Use absolute paths or paths relative to your current working directory | |
| args | No | ||
| dapLaunchArgs | No | ||
| dryRunSpawn | No | ||
| adapterLaunchConfig | No | Optional adapter-specific launch configuration overrides |