Debugger: Step
debugger_stepStep through code in a halted debugger thread. Choose over, in, or out to advance to the next line, enter a function, or finish the current one. Call after a pause, then use wait_for_stop to retrieve the new location.
Instructions
Single-step the halted thread. kind: "over" (default — next line, skipping calls), "in" (into the call), or "out" (finish the current function). Requires the target to be HALTED. Follow with debugger_wait_for_stop to get the new location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Step kind (default "over"). | |
| device | No | Optional. Roku IP or serial; must match a connected Dev Studio tab. Omit to use the focused tab. | |
| threadIndex | No | Optional thread to step (default the stopped/primary thread). |