step_out
Steps out of the current function during JavaScript/TypeScript debugging to pause at the calling code, allowing you to exit functions you've stepped into.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ID of the debugging session. The session must be paused. |