debug_step_out
Step out of the current function, resuming execution until it returns to the caller so you can continue debugging from a higher level.
Instructions
Step out of current function. Blocks until step completes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | Thread ID (uses stopped thread if not specified) | |
| session_id | Yes | Debug session ID |