debug_step_over
Step over the current line in a debug session, blocking until the step completes. Specify the session ID to control execution.
Instructions
Step over to the next line. Blocks until step completes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | Thread ID (uses stopped thread if not specified) | |
| session_id | Yes | Debug session ID |