go_return
Runs execution to the return point of the current function, halting inside it. Useful for inspecting state just before a function exits.
Instructions
Run to the last instruction of the current function (before return).
Unlike go_up, this stops INSIDE the current function at its return point.
Returns: State at function return point
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |