debug.step_out
Step out of the current method frame to return to its caller. During debugging, this continues execution until the method completes. Optionally specify a thread ID (hex) to target a specific thread.
Instructions
Step out of current frame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | hex e.g. 0x1a2b, optional |