step
Execute instruction-level single steps in a microcontroller debug session. Automatically pauses the target if running before stepping.
Instructions
单步执行指令(指令级单步,不是源码级)。 如果目标正在运行会先自动暂停。
Args: count: 单步执行次数,默认 1 次。
Returns: 执行的步数和新的 PC 地址。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |