terminate_debug
Sends a terminate request to cleanly shut down the debugged program, with automatic fallback to forced disconnect.
Instructions
Gracefully terminate the debugged program.
Sends DAP terminate request for clean shutdown. Falls back to forced disconnect if adapter doesn't support terminate.
Use this instead of stop_debug when you want a graceful exit.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||