restart_debug
Restarts the current debug session, optionally rebuilding to apply code changes and debug the updated version.
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 |