step
Advance execution into the next source line or machine instruction, entering function calls for detailed debugging.
Instructions
Step forward into the next source line or machine instruction. Enters called functions.
Use next to step over calls instead. count: number of steps (default 1) instruction: if True, step one machine instruction instead of one source line rr replay sessions: use reverse-step to step backwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| session_id | Yes | ||
| instruction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |