terminate_debug
Gracefully terminates the debugged program using the DAP terminate request, falling back to forced disconnect if needed. Ensures a clean shutdown for the current debugging session.
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 | |||