step_over
Execute the current statement and move to the next line in the same function during debugging. When encountering function calls, run them completely without stepping inside.
Instructions
Steps over the current statement to the next line in the same function. If the current line contains a function call, the entire function executes without stepping into it. 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. |