step_out
Exit a function you stepped into by resuming execution until it returns and pausing at the caller.
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 |