restart_debug
Restart the current debug session with the same configuration after code changes, optionally rebuilding before relaunch.
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 |