step_out
Exit the current function and pause at the calling code to continue debugging without stepping through remaining function lines.
Instructions
Steps out of the current function and pauses at the calling code. Use this to quickly exit a function you've stepped into. The session must be paused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ID of the debugging session. The session must be paused. |