LLDB_STEP
Step through program execution in an active LLDB session to control debugging flow. Optionally step by instructions instead of source lines.
Instructions
Step program execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | LLDB session ID | |
| instructions | No | Step by instructions instead of source lines (optional) |