Single-step
debug_stepStep through STM32 code execution with modes for stepping over, into, or out of function calls during a debug session.
Instructions
Steps the target: 'over' (next line, step over calls), 'into' (step into calls), or 'out' (finish the current function).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | default: over | |
| sessionId | Yes | ||
| waitForStopMs | No |