step_out
Exit the current function by running to completion and stopping at the caller. Use this to return from a function you stepped into, resuming debugging at the calling code.
Instructions
Step out of the current function. Blocks until the step completes.
State: STOPPED required.
Continues execution until the current function returns, then stops at the caller. Use this to exit a function you stepped into.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No |