restart_debug
Restart the active debug session after code changes, optionally rebuilding, to launch the updated application with the same configuration.
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 |