debug_step
Step through a debug session one instruction at a time, choosing to step into or over calls, and retrieve the updated register state.
Instructions
Single-step the debugged process (step into or step over) and return the updated register state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of instructions to step (default 1) | |
| step_over | No | Step over calls instead of stepping into them | |
| session_id | Yes | Debug session ID |