debug.step_over
Advance execution to the next line in a paused thread, skipping method calls. Specify optional thread ID to control a specific thread. Essential for step-by-step code navigation during debugging.
Instructions
Step over next line
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | hex e.g. 0x1a2b, optional |