step_over
Step over the current statement during debug pause, advancing to the next line to inspect state changes.
Instructions
Step over the current statement while paused. Use get_paused_state to observe the new location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Page id from list_pages, or "main" (default) for the main process. | |
| sessionId | Yes | Session id returned by launch_app. |