stepOver
Step over the current line without entering functions, pausing at the next statement to inspect variable changes.
Instructions
[STEP 7] BLOCKING: step over the current statement without entering function calls, then wait until the debugger pauses again. Follow with getScopeVariables() to observe how local variables change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds to wait for the next pause (default 30000) |