start_debugging
Initiate a debug session for a script, specifying path and optional arguments, with support for breakpoints, variable inspection, and stack traces.
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 |