restart_debug
Restart the current debug session with the same configuration, optionally rebuilding to apply code changes.
Instructions
Restart the current debug session with the same configuration.
Stops the current session, optionally rebuilds, and relaunches. Use this after code changes to debug the updated version.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Args: rebuild: Whether to rebuild before restarting (default: True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rebuild | No |